File is missing : config.php - Please download this file from your backoffice"; exit; } include_once("config.php"); include_once("header.php"); phpparam('ErrorMsg',''); phpparam('refid',''); phpparam('QuoteName',''); phpparam('QuoteEmail',''); phpparam('npa',''); phpparam('nxx',''); phpparam('xxxx',''); phpparam('BTN',''); phpparam('QuoteCompany',''); phpparam('CompanyLine',''); phpparam('RefererPage',''); phpparam('IncompleteID',''); phpparam('service_type',''); if (strlen($BTN) == 10) { $npa = substr($BTN,0,3); $nxx = substr($BTN,3,3); $xxxx = substr($BTN,6,4); } if ($service_type == "") { $service_type = $DefaultServiceType; } $CompanyBGColor = ""; if ($ErrorMsg == "Not a valid Company Name") { $CompanyBGColor = " bgcolor=ffe0e0"; $CompanyLine = " Not a valid Company Name"; $ErrorMsg = ""; } $EmailBGColor = ""; $EmailLine = ""; if ($ErrorMsg == "Not a valid Email Address") { $EmailBGColor = " bgcolor=ffe0e0"; $EmailLine = " Not a valid Email Address"; $ErrorMsg = ""; } $PhoneBGColor = ""; $PhoneLine = ""; if ($ErrorMsg == "Invalid Phone Number") { $PhoneBGColor = " bgcolor=ffe0e0"; $PhoneLine = " Not a valid Phone Number"; $ErrorMsg = ""; } $PhoneBGColor = ""; if ($ErrorMsg == "That phone number was not found in our database") { $PhoneBGColor = " bgcolor=ffe0e0"; $PhoneLine = "That phone number was not found in our database"; $ErrorMsg = ""; } if ($ErrorMsg == "Toll Free Phone Number not accepted") { $PhoneBGColor = " bgcolor=ffe0e0"; $PhoneLine = "Toll Free Phone Number not accepted"; $ErrorMsg = ""; } echo <<< EOF EOF; $BulletText = "Get Instant " . $ServiceLine . " Pricing Now!"; echo <<< EOF
EOF; if ($IncompleteID != '') { echo '' . "\n"; } if ($ErrorMsg != "") { echo "\n"; } if ($ServiceLine == "DSL") { echo ""; } else { echo ""; echo "\n"; } echo "\n"; if ($ServiceLine != "DSL") { echo "\n"; } echo $CompanyLine; // Company specific Error Message echo ""; echo ""; echo $EmailLine; // Email specific Error Message echo ""; echo " EOF; echo $PhoneLine; // Phone number specific Error Message echo <<< EOF
$BulletText
" . $ErrorMsg . "
Service Type:
Your Name:
\n"; echo "\n"; echo "\n"; echo "
Company:
Email:
Installation Phone Number:"; echo <<< EOF () -
EOF; echo <<< EOF

Low Price Guarantee
Put our GeoQuote software to work for you and find the best value from over 14 different broadband providers nationwide. We guarantee the best prices.

Live Sales Support
Call $CallCenterPhone to speak with a live broadband specialist without obligation or sales pitch. We'll give it to you straight.

EOF; if ($ServiceLine != "DSL") { echo <<< EOF EOF; } include ("footer.php"); ?>