<!-- 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		= "3"		// 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('<fieldset><legend>');
document.write('District Calendar</legend>');
document.write('<center>');
document.write('<a href="calendar.htm"><img src="picts/calendar2.jpg" alt="District 19 Calendar"border="1" class="borders"></a><br>');
document.write('</center>');
document.write('</fieldset>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {
document.write('<fieldset><legend>');
document.write('TM Quick Links<br></legend>');
document.write('<a href="PDFgalleryIndex.htm">Documents &amp; Resources</a><br>');
//document.write('<a href="DDStatus.html">Distinguished District Stats</a><br>');
document.write('<a href="ClubMap.html">Club Locator</a><br>');
document.write('<a href="http://www.district19.camp9.org" target=blank>Conference Registration</a><br>');
document.write('<a href="https://ecommerce.toastmasters.org/ecommerce/timssnet_new/timssnet/district/tm_clubselect.cfm" target=blank>Club Visit Forms</a><br><br>');
//document.write('<a href="http://district19.me/Docs/Fall2009Proxy.pdf" target=blank>Proxy Forms</a><br><br>');
document.write('<a href="Contest.html"><img src="picts/contest_md_wht.gif"alt="Get Your Groove On Contest"border="0" ></a><br>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1




// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('D19 Current Status<br></legend>');
//document.write('Click graphic for more....');
document.write('<br><center>');
document.write('<a href="http://reports.toastmasters.org/reports_new/reports.cfm?d=19"target=blank><img src="picts/DCP9109.jpg"alt="Distinguished District Status-Click graphic for more.."border="1" class="borders"></a><br>');
document.write('</center>');
document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2





document.write('</td></tr></table>');


// -- END -->