<!-- Begin Left Sidebar

// CHANGE VARIABLES TO "no" OR "yes" - ONLY USE lowercase FOR ALL OPTIONS



var spacing			= "2"		// NUDGE SIDEBAR DOWN
var showsflash		= "yes"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= "000000"	// FLASH BACKGROUND COLOR
var flashwidth		= "150"		// WIDTH OF THE FLASH (IN PIXELS)
var flashheight		= "150"		// HEIGHT OF THE FLASH (IN PIXELS)
var paragraph_3 	= "yes"		// SHOW THE 3RD PARAGRAPH




// COPYRIGHT 2008 © Allwebco Design Corporation
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE



// NUDGE SPACER
document.write('<img src="picts/spacer.gif" height="'+spacing+'" width="10"><br>');



// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="sideborder"><tr><td valign="top">');
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
document.write('<PARAM NAME="wmode" VALUE="transparent">');
document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="imagechanger.swf" quality="high" wmode="transparent" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwidth+'" HEIGHT="'+flashheight+'" NAME="imagechanger" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT><br>');
document.write('</td></tr></table>');
document.write('<br>');
}


// START RIGHT SIDEBAR AREA PARAGRAPH 3 EDIT THIS AREA

   if (paragraph_3 == "yes") {

document.write('<fieldset><legend>');
document.write('Did you know?<br></legend>');
document.write('Get the latest Silver Spur event info right to your email in our quarterly newsletter.  Type your email below.');

document.write('<div align="center">');
document.write('<div style="width:120px; background-color: #ebecee; height:39px">');
document.write('<form name="ccoptin" action="http://visitor.constantcontact.com/d.jsp" target="_blank" method="post" style="margin-bottom:3;"><span style="background-color: #996600; float:right;margin-right:5;margin-top:3"></span>');
//document.write('<font style="font-weight: bold; font-family:Georgia,Times New Roman,Times,serif; font-size:12px; color:#996600;">Join Our Email List!</font>');
document.write('<input type="text" name="ea" size="20" value="" style="font-family:Verdana,Geneva,Arial,Helvetica,sans-serif; font-size:10px; border:1px solid #999999;">');
document.write('<input type="submit" name="go" value="GO" class="submit"  style="font-family:Verdana,Arial,Helvetica,sans-serif; font-size:10px;">');
document.write('<input type="hidden" name="m" value="1102132942860">');
document.write('<input type="hidden" name="p" value="oi">');
document.write('</form>');
document.write('</div>');
document.write('</div>');

document.write('</fieldset>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2


// -- END -->