<!-- 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		= "150"		// SIDEBAR WIDTH





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

document.write('<table cellpadding="5" cellspacing="14" 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('Member Spotlight<br></legend><br>');

document.write('<b>Sure Lock & Key</b><br><em>Family-owned, full-service, 24-hour locksmith</em><br><a href="spotlight.htm">Read more. . .</a><br><br>');
document.write('<b>Webster Groves Animal Hospital</b><br><em>Providing the best veterinary care to area pets</em><br><a href="spotlight_2.htm">Read more. . .</a><br><br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<FONT SIZE=4><center><strong>JOIN US ON. . .</strong></font><br><br>');
document.write('<a href="http://www.facebook.com/pages/Webster-Groves-MO/Webster-GrovesShrewsbury-Area-Chamber-of-Commerce/87320107883?ref=mf" target="_blank"><img src="picts/facebook-icon09.gif" border="0" class="borders"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://www.linkedin.com/groups?about=&gid=1913783&trk=anet_ug_grppro" target="_blank"><img src="picts/linkedin.gif" border="0" class="borders"></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<a href="http://twitter.com/WGSAChamber" target="_blank"><img src="picts/twitter-icon09.gif" border="0" class="borders"></a></center><br><br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

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

document.write('New Members<br></legend><br>');


document.write('<b>Constant Contact</b><br><em>Email Marketing Solutions</em><br>Paige Cahill<br>913-515-9268<br><a href="mailto:pcahill@ConstantContact.com">pcahill@ConstantContact.com</a><br><a href="http://www.ConstantContact.com" target="_blank">www.ConstantContact.com</a><br><br>');
document.write('<b>Hastings Engineering</b><br><em>Environmental Engineering</em><br>Rancy Hastings<br>314-644-2223<br><a href="mailto:rancy@hastingsengineering.com">rancy@hastingsengineering.com</a><br><a href="http://www.hastingsengineering.com" target="_blank">www.hastingsengineering.com</a><br><br>');
document.write('<b>Hermann London Real Estate Group</b><br><em>Boutique Realty Agency</em><br>Angie Boggeman<br>314-504-5914<br><a href="mailto:angie@hermannlondon.com">angie@hermannlondon.com</a><br><a href="http://www.hermannlondon.com" target="_blank">www.hermannlondon.com</a><br><br>');
document.write('</fieldset>');

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

document.write('<center><a href="http://www.score.org/index.html" target="_blank"><img src="picts/1LOGOS/SCORE_logo.gif" border="0" class="borders"></a><br>');

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

document.write('<a href="http://www.webstershrewsburychamber.com/Rx_Card.htm"><img src="picts/RxCard_Button.jpg" border="0" class="borders"></a></center><br>');

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


}
// END RIGHT SIDEBAR AREA PARAGRAPH 2



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


// -- END -->