Best Mortgage Deals & Information. Personalized Mortgage Advice.
 
 
 
Benefits Of Refinancing :
1. Refinance to pay off your 1st mortgage and reduce your mortgage rate and monthly payment.
   
2. Refinance to pay off your 1st mortgage and take out some extra cash.
   
3. To pay off your 1st and 2nd mortgages (excluding home equity lines) and reduce your mortgage rate and monthly
payment.
   
4. To pay off your 1st and 2nd mortgages (including home equity lines) and take out some additional cash.
 
5. To pay off your 1st mortgage and your home home equity line, closing your home equity line to any further
advances.
   
6. To pay off your 1st mortgage and your home equity line, paying the home equity line balance to zero but leaving
the equity line open to further advances.
   
7. To pay off your mortgage(s) and reduce your mortgage term (i.e. refinancing a 30 year to a 15 year).
   
  8. You currently have no mortgage liens on your property and wish to obtain cash by applying for a 1st mortgage.
   
  9. You currently have a construction mortgage loan and wish to pay it off and obtain permanent financing.
 
 
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. %>