<!-- 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('Monthly Meeting Sponsor<br></legend>');

document.write('<center><strong>Would you like to sponsor a Monthly Membership Meeting?</strong></center><br>');
document.write('<strong>For $100, your business receives:</strong><br><br>');
document.write('<div style="padding-left: 5px; text-indent: -5px;">* Name recognition in <em>The Chamber Chronicle</em> Newsletter as Chamber Meeting Sponsor</div><br><div style="padding-left: 5px; text-indent: -5px;">* Three minutes at the beginning of the meeting to speak about your business and/or upcoming event</div><br><div style="padding-left: 5px; text-indent: -5px;">* Your pamphlets, fliers or other marketing materials on tables</div><br><div style="padding-left: 5px; text-indent: -5px;">* Recognition on our website</div><br><div style="padding-left: 5px; text-indent: -5px;">* One complimentary meal at the meeting you sponsor</div><br>');
document.write('<strong><center>Contact the Chamber <a href="mailto:chamberinfo@go-webster.com">chamberinfo@go-webster.com</a> or 314-962-4142 to reserve your sponsorship date.</center></strong><br>');
document.write('</fieldset>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 1


// -- END -->
