<!-- Begin

//function HttpRequest(url){
//var pageRequest = false //variable to hold ajax object
/*@cc_on
   @if (@_jscript_version >= 5)
      try {
      pageRequest = new ActiveXObject("Msxml2.XMLHTTP")
      }
      catch (e){
         try {
         pageRequest = new ActiveXObject("Microsoft.XMLHTTP")
         }
         catch (e2){
         pageRequest = false
         }
      }
   @end
@*/

//if (!pageRequest && typeof XMLHttpRequest != 'undefined')
//   pageRequest = new XMLHttpRequest()

//if (pageRequest){ //if pageRequest is not false
//   pageRequest.open('GET', url, false) //get page synchronously 
//   pageRequest.send(null)
//   embedpage(pageRequest)
//   }
//}

//function embedpage(request){
//if viewing page offline or the document was successfully retrieved online (status code=2000)
//if (window.location.href.indexOf("http")==-1 || request.status==200)
//   document.write(request.responseText)
//}

//HttpRequest("external.htm") //include "external.htm" onto current page

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS




var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');







// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Current Special! <br></legend>');

document.write('Leads! Leads! Leads! Special! Call today 815-402-3128</a><br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.php"><img src="picts/acs1.png" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Brand New. Hot!!<br></legend>');

document.write('We can now get you bulk marketing data specific to your needs. Includes email, phone, address and more for all budgets! <br>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





document.write('</td></tr></table>');





// -- END -->
