<!-- Begin

// 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		= "10"		// 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>');















// SMALL PICTURE AREA

if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.3dinspection.com"><img src="picts/we_use_3d.jpg" border="0" width="110" height="100" class="sidebartext-right"></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('Complaint Free<br></legend>');

document.write('Better Business Bureau Complaint Free Award  Since 1994 |<a href="http://www.bbb.org/chicago/business-reviews/home-inspection-service/certified-property-inspections-in-chicago-il-16000529" ALT="Better Business Bureau Report for Certified Property Inspections, Inc"> BBB Rated A+ Report</a><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/sidebar-right.jpg" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}



// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

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

document.write('connectMLS VSP<br></legend>');

document.write('connectMLS Value Service Partner |<a href="http://www.dynaconnections.com/serviceProviders-vspFeatures.htm"> VSP Information</a><br>');

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

}

// CREDIT CARDS




   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/creditcards.gif" border="0" width="120" height="30" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

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

document.write('800/540.1400 24/7<br></legend>');

document.write('Payment Online, Check by Phone or Cash, Check, Credit/Debit Card at Inspection | <a href="http://www.ringcentral.com/ringme/ringme.asp?uc=56049100,0,0&s=no&v=2"> Click to Place Your Toll Free Call Now</a><br>');

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







   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://ashi.org"><img src="picts/logo-ashi-member.jpg" border="0" width="100" height="120" class="sidebartext-right"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://nahi.org"><img src="picts/NAHI.jpg" border="0" width="100" height="75" class="sidebartext-right"></a><br>');
document.write('</center>');
document.write('<br><br>');
}


   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://www.nachi.org/verify.php?nachiid=NACHI08040403" target="_blank"><img src="http://www.nachi.org/images/logos-banners/seal.gif?nachiid=NACHI08040403" width="100" height="120" alt="Certified by NACHI - Click here to verify." border="0" /></a><br>');
document.write('</center>');
document.write('<br><br>');
}


   if (showimage == "yes") {

document.write('<br><center>');
document.write('<A HREF="http://www.homeinspections-usa.com"><IMG SRC="http://www.homeinspections-usa.com/images/home_inspections_member.jpg" ALT="Home Inspections USA - Home Inspector Directory Member" border="0" width="100" height="80"></A><br>');
document.write('</center>');
document.write('<br><br>');
}




   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="http://astm.org"><img src="picts/astm.gif" border="0" width="100" height="120" class="sidebartext-right"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




// END RIGHT SIDEBAR AREA PARAGRAPH 1



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


// -- END -->