<!-- 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 	= "no"		// SHOW THE 1ST Paragraph
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var paragraph_3 	= "no"		// SHOW THE 3RD 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			= "no"		// SHOW EVENTS
var showweather		= "yes"		// SHOW WEATHER
var showlogo		= "no"		// SHOW LOGO
var topspacing		= "0"		// NUDGE SIDEBAR DOWN
var sidewidth		= "190"		// SIDEBAR WIDTH



document.write('<table width="150" 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</center></legend><br />');
document.write('<center>');
document.write('<img src="movies/ccsv_thumb.jpg" border="0" class="borders" /><br /><br />');
document.write('<b>Select One:</b><br /><br />');
document.write('<a href="video-1.htm" target="_blank" class="goButton" style="width:115px;">');
document.write('QuickTime</a><br /><br />');
document.write('<a href="" target="_blank" class="goButton" style="width:115px;">');
document.write('Windows</a><br /><br />');
document.write('</center>');
document.write('<p align="justify" style="padding:10px;">This video will show new members the facilities, amenities and member guidelines.</p>');
document.write('</fieldset>');
document.write('<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 Chamber members are listed here - find what you need fast!<br /><br /><center><a href="membersByCategory.cfm" class="goButton">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('<span class="sidebartext">Our Leaf Festival and Christmas Tree Festival are only two of the events happening here all year round! Find out more...<br /><br /></span><center><a href="events.cfm" class="moduleLinkOff">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('Area Accomodations</legend>');
document.write('<br />Hotels, Motels, Bed & Breakfasts, Vacation Homes - find out where to stay in the area!<br /><br /><center><a href="accomodations.cfm" class="goButton">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('Chamber Membership</legend>');
document.write('<br />Become a Chamber Member and benefit from our combined marketing to bring more business to you and your community!<br /><br /><center><a href="associateSignup.cfm" class="goButton">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('<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><img src="picts/CClogo-green.gif" height="94" width="94"></center>');
document.write('<br /><br />');

}

// END RIGHT SIDEBAR AREA PARAGRAPH 2

document.write('</td></tr></table>');

// -- END -->
