<!-- Begin

var showimage_1		= "yes"		// SHOW 1ST SIDEBAR IMAGE
var showarea_1		= "yes"		// SHOW THE 1 PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2 PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3 PARAGRAPH
var showarea_4		= "yes"		// SHOW THE 4 PARAGRAPH
var showarea_5		= "yes"		// SHOW THE 5 PARAGRAPH
var showarea_6		= "yes"		// SHOW THE 5 PARAGRAPH
var links			= "no"		// SHOW SAMPLE LINKS IN THE SIDEBAR
var movedown		= "45"		// SIDEBAR SPACE FROM TOP

document.write('<img src="picts/spacer.gif" height="'+movedown+'" width="150"><br>');
document.write('<TABLE cellpadding="2" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

if (showimage_1 == "yes") 
{
	document.write('<A href="http://www.facebook.com/?ref=logo#!/pages/2010-2011-Toastmasters-District-77/121599171210505"><IMG border=0 alt="facebook - Toastmasters 77" src="/picts/fb.gif"></A><br><br>');
	document.write('<br><a href="http://www.toastmasterspodcast.com/members/toastmasters" target="_blank">ToastMasters Podcasts</a><BR>');
document.write('<br><br><br>');
}

if (showarea_2 == "yes") 
{
	document.write('<fieldset class="sidebar"><legend>');
	document.write('District 77 Banner Stands!</legend>');
	document.write('<DIV>Order your official District 77 Club Banner Stand Only 20$.</DIV>');
	document.write('<DIV>All proceeds benefit the district.</DIV>');
	document.write('<br><a href="stands.htm">Click Here!</a><BR>');
	document.write('</fieldset>');
	document.write('<br><br><br>');
}

if (showarea_2 == "yes") 
{
	document.write('<fieldset class="sidebar"><legend>');
	document.write('2010-2011 District Calendar</legend>');
	document.write('<br><a href="/documents/2010Calendar.pdf" target="_blank">Click Here!</a>');
	document.write('</fieldset>');
	document.write('<br><br><br>');
}

if (showarea_3 == "yes") 
{
	document.write('<fieldset class="sidebar"><legend>');
	document.write('Recent Distinguished Toastmasters</legend>');
document.write('<DIV>Deborah Pettway Apr 10</DIV>');
document.write('<DIV>Sharon Johnson Apr 10</DIV>');
	document.write('<DIV>Randy Cooper Mar 10</DIV>');
	document.write('<DIV>Mike Reed Jan 24</DIV>');
	document.write('<DIV>Timothy Powell Oct 14</DIV>');
	document.write('<DIV>Irena Washburn Aug 31</DIV>');
	document.write('<DIV>Helen Morris Jul 29</DIV>');
	document.write('<DIV>Mike Humphreys Jul 9</DIV>');
	document.write('</fieldset>');
	document.write('<br><br><br>');
}

if (showarea_4 == "yes") 
{
	document.write('<fieldset class="sidebar"><legend>');
	document.write('District Newsletter:</legend>');
	document.write('The latest edition of The Speaker\'s Voice is now available.');
	document.write('<br><a href="newsletter.htm">Click Here!</a>');
	document.write('</fieldset>');
	document.write('<br><br><br>');
}

if (showarea_5 == "yes") 
{
	document.write('<fieldset class="sidebar"><legend>');
	document.write('District Documents:</legend>');
	document.write('TLI Presentations');
	document.write('<br><a href="resources.htm"> Click Here!</a>');
	document.write('</fieldset>');
	document.write('<br><br><br>');
}

if (showarea_6 == "yes") 
{
	document.write('<fieldset class="sidebar"><legend>');
	document.write('Site Feedback:</legend>');
	document.write('Please send us your comments and suggestions about our new district website.');
	document.write('<br><a href="mailto:webmaster@toastmasters77.org">webmaster@toastmasters77.org</a>');
	document.write('</fieldset>');
	document.write('<br><br><br>');
}

if (links == "yes") 
{
	document.write('<fieldset class="sidebar"><legend>');
	document.write('More Links:</legend>');
	document.write('<a href="resources.htm">District Documents and District Calendar</a>');
	document.write('</fieldset>');
	document.write('<br><br><br>');
}

document.write('</td></tr></table>');
