<!-- 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 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH
var paragraph_4 	= "no"		// SHOW THE 4th PARAGRAPH
var paragraph_5 	= "yes"		// SHOW THE 5th PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
var showrotator		= "no"		// SHOW A ROTATING IMAGE
var showvideo		= "no"		// SHOW A LINK TO VIDEO
var events			= "yes"		// SHOW EVENTS
var showweather		= "no"		// SHOW WEATHER
var showlogo		= "yes"		// SHOW LOGO
var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "190"		// SIDEBAR WIDTH



document.write('<table width="160" cellpadding="5" cellspacing="10" border="0" class="sidebartext"><tr><td align="left">');

// VIDEO

   if (showvideo == "yes") {
document.write('<fieldset><legend>');
document.write('<center>Watch This Video Tour</center></legend><br />');
document.write('<center>');
document.write('<a href="" target="_blank" class="goButton" style="width:115px;">');
document.write('Watch Video</a><br /><br />');
document.write('</center>');
document.write('This is a video tour of Cashiers, North Carolina.');
document.write('</fieldset>');
document.write('<br /><br />');
}

// ROTATOR

   if (showrotator == "yes") {

document.write('<center>');
document.write(selectPhoto('side'));
document.write('</center>');
document.write('<br /><br />');

}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<center>');
document.write('<a href="index.html"><img src="picts/side/side_2.jpg" border="0" class="borders"></a><br />');
document.write('</center>');
document.write('<br /><br /><br />');
}



// LOGOUT

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');
document.write('Find A Local Business</legend>');
document.write('<br />All participating local businesses are listed here - find what you need fast!<br /><br /><center><a href="http://cashiersnorthcarolina.com/membersByCategory.cfm" class="pageButton">More Info</a></center>');
document.write('</fieldset>');
document.write('<br /><br />');

}

// START SIDEBAR EVENTS

   if (events == "yes") {

document.write('<fieldset><legend>');
document.write('Area Events</legend>');
document.write('<br />The Mountain Music Festival, Leaf Festival, Designer Show House, Christmas Tree Festival and Groovin On The Green are some of the many events happening here all year round! Find out more...<br /><br /><center><a href="http://cashierstoday.com" class="pageButton" target="_blank">More Info</a></center>');
document.write('</fieldset>');
document.write('<br /><br />');

}

// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');
document.write('Business Websites</legend>');
document.write('<br />All MemberSite participants with websites are listed here.<br /><br /><center><a href="links.asp" class="pageButton">More Info</a></center>');
document.write('</fieldset>');
document.write('<br /><br />');

}

// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');
document.write('Get Your FREE Listing!</legend>');
document.write('<br />List your local business on our community website for FREE!<br /><br /><center><a href="" class="pageButton">More Info</a></center>');
document.write('</fieldset>');
document.write('<br /><br />');

}

   if (paragraph_5 == "yes") {

document.write('<fieldset><legend>');
document.write('Get Your MemberSite</legend>');
document.write('<br />As a participant you subscribe to a personal MemberSite, a multi-page expanded business listing. that you can update whenever you want! This is a great marketing and networking tool, available only to participants!<br /><br /><center><a href="" class="pageButton">More Info</a></center>');
document.write('</fieldset>');
document.write('<br /><br />');

}

   if (paragraph_4 == "yes") {

document.write('<fieldset><legend>');
document.write('More About Cashiers</legend>');
document.write('<br />Read this recent article about this area and all its diverse activities.<br /><br /><center><a href="cashiers.htm" class="goButton" target="_blank">More Info</a></center>');
document.write('</fieldset>');
document.write('<br /><br />');

}

// WEATHER.COM AREA

   var wx_locID = '28717';
   var wx_targetDiv = 'wx_module_1921';
   var wx_config='SZ=160x600*WX=FHW*LNK=TRVL*UNT=F*BGI=clouds*MAP=null|null*DN=www.chattoogaclub.com*TIER=0*PID=1104916134*MD5=db11023c7bb3349fd59dd6eb5bd347e8';

   if (showweather == "yes") {
document.write('<br />');
document.write('<span class="sidebartitle"><center><b>LOCAL WEATHER</b></center><br /></span>');
document.write('<div id="wx_module_1921">');
document.write('<a href="http://www.weather.com/weather/local/28717">Cashiers Weather Forecast, NC (28717)</a>');
document.write('</div>');
document.write('<scr'+'ipt src="'+document.location.protocol+'//wow.weather.com/weather/wow/module/'+wx_locID+'?config='+wx_config+'&proto='+document.location.protocol+'&target='+wx_targetDiv+'"></scr'+'ipt>');  

}

   if (showlogo == "yes") {


document.write('<center>');
document.write('<img src="http://cashiers-nc.org/common_files/banners/dovetail-ad-001.jpg"><br /><br />');
document.write('</center>'); 

}

// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');

// -- END -->

