Best Mortgage Deals & Information. Personalized Mortgage Advice.
 
 
Service and Data Privacy provided by CGS Infotech.
   
Loan Type
Property Location
Property Type  
Tell Us About Your Property
Purchase year
Property use  
Tell Us About Your Loan
Purpose of loan
Estimated home value $
First mortgage balance $
First mortgage interest rate %
Existing rate type
Do you have a second mortgage?
How much additional cash would you like
to borrow?
$
Tell Us About Your Personal Finances
Credit status
Annual income $
Occupational status
Have you ever declared bankruptcy?
Monthly debt payments
Your Contact Information
First name
Last name
Street address
City
State
Zip
Email
Primary phone
Secondary phone
Best contact time
 
 
 
CGS manages secure server and transfer of information on this page for the purpose of completing your request. By submitting your request you agree to be contacted in accordance with CGS Infotech Privacy Policy.
 
This website is created and managed by CGS Infotech, Inc.
CGS Infotech is a partner of Network Solutions, Verio and Google that offers
the most valuable online tools and information since 1995.
   
 
Electric Gate - Access control offers world-wide sales and support for all access control systems. we carry products including: access cards, remote controls, keypads, card readers, electronic gate openers, phone entry systems, radio frequency technology.
 
<% Function loadXMLFile(strXMLFile, strXSLFile) 'Declare local variables Dim objServerXML Dim objServerXSL Dim objXML Dim objXSL 'Instantiate the XMLDOM Object that will hold the XML and XSL file. set objServerXML = Server.CreateObject("MSXML2.ServerXMLHTTP") set objServerXSL = Server.CreateObject("MSXML2.ServerXMLHTTP") objServerXML.open "GET", strXMLFile, false objServerXML.send() ' Send the request. objServerXSL.open "GET", strXSLFile, false objServerXSL.send() ' Send the request. if objServerXML.status = 200 Then set objXML = Server.CreateObject("Microsoft.XMLDOM") set objXSL = Server.CreateObject("Microsoft.XMLDOM") set objXML = objServerXML.responseXML set objXSL = objServerXSL.responseXML 'Use the "transformNode" method of the XMLDOM to apply the XSL 'stylesheet to the XML document. Then the output is written to the 'client. 'Response.Write(objXML.transformNode(objXSL)) 'Response.Write(objXML.xml) 'Clean up set objXML = Nothing set objXSL = Nothing end if 'Clean up set objServerXML = Nothing set objServerXSL = Nothing End Function 'Get the DomainName and PageUrl pageurl = Request.ServerVariables("URL") sdomainname = Request.ServerVariables("HTTP_HOST") 'Uncomment the line below to use www.direct-link-ads.com for testing 'sdomainname = www.direct-link-ads.com srequest = "http://www.direct-link-ads.com/RequestAds.aspx?domainname=" & sdomainname & "&pageurl=" & pageurl & "&Format=xml" 'Uncomment to check that the query is correct: 'Response.Write(srequest) 'Call the loadXMLFile Method, passing it the names of the XML and XSL files that you wish to load. loadXMLFile srequest, "http://www.direct-link-ads.com/xml/Vertical.xsl" 'loadXMLFile srequest, "http://www.direct-link-ads.com/xml/Horizontal.xsl" 'Note: The 2 xsl files are basic examples and you may download them to your server and edit them to suit your website's look and feel. %>