<!-- 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>Eraser Top Design</b><br><em>graphic design services</em><br><a href="spotlight.htm">Click here for more info. . .</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>Aflac</b><br><em>Supplemental Insurance Benefits</em><br>Marc Norby<br>314-956-4529<br><a href="mailto:marc_norby@us.aflac.com">marc_norby@us.aflac.com</a><br><a href="http://www.aflac.com" target="_blank">www.aflac.com</a><br><br>');
document.write('<b>Patty Coll</b><br><em>Hair Stylist</em><br>314-968-3253<br><a href="mailto:collfam4@yahoo.com">collfam4@yahoo.com</a><br><a href="http://www.hairaffairstl.com" target="_blank">www.hairaffairstl.com</a><br><br>');
document.write('<b>Naturally Pure</b><br><em>Hair Salon</em><br>Amanda McClanahan<br>314-963-7101<br><a href="mailto:naturallypure@ymail">naturallypure@ymail.com</a><br><a href="http://www.naturallypuresalon.com" target="_blank">www.naturallypuresalon.com</a><br><br>');
document.write('<b>Oppenheimer & Co. Inc.</b><br><em>Financial Services</em><br>Chris Woodrome<br>636-733-1016<br><a href="mailto:chris.woodrome@opco.com">chris.woodrome@opco.com</a><br><a href="http://www.opco.com" target="_blank">www.opco.com</a><br><br>');
document.write('<b>Robbie’s House of Jazz</b><br><em>Jazz Bar</em><br>Dorothy Edwards<br>314-968-5556<br><a href="mailto:robbieshealth@yahoo.com">robbieshealth@yahoo.com</a><br><a href="http://www.robbieshouseofjazz.com" target="_blank">www.robbieshouseofjazz.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 -->