<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var sidewidth		= "180"		// SIDEBAR WIDTH (also edit CSS)
var pageheight		= "125"		// INCREASE PAGE HEIGHT

var toplogo		= "no"		// view top logo
var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var notes3		= "no"		// SHOW 3rd NOTES

// TEMPLATE DATE

var showd		= "no"  	// SHOW THE DATE
var dateLR		= "left"  	// DATE LEFT OR RIGHT
var dateX		= "15"  	// DATE X LOCATION
var dateY		= "38"  	// DATE Y LOCATION


// FLASH CHANGER OPTIONS

var showsflash		= "no"		// SHOW FLASH IMAGE CHANGER
var flashcolor		= ""	// FLASH BACKGROUND COLOR
var flashwC		= "150"		// WIDTH OF THE FLASH CHANGER
var flashhC		= "125"		// HEIGHT OF THE FLASH CHANGER
var bordercolor		= ""	// FLASH CHANGER BOTTOM BORDER COLOR





// FLASH CHANGER
   if (showsflash == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" ;"><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="'+flashwC+'" HEIGHT="'+flashhC+'" id="imagechanger">');
document.write('<PARAM NAME="movie" VALUE="imagechanger.swf">');
document.write('<PARAM NAME="quality" VALUE="high">');
//document.write('<PARAM NAME="bgcolor" VALUE="#'+flashcolor+'">');
document.write('<EMBED src="imagechanger.swf" quality="high" bgcolor="#'+flashcolor+'"  WIDTH="'+flashwC+'" HEIGHT="'+flashhC+'" 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>');
}



// Toplogo Area
   if (toplogo == "yes") {
//document.write('<div>');
//document.write('<a href="index.html" class="plain" ><img src="picts/sidebar_flamelogo.jpg" border="0"> ');
//document.write('</div>');

}






// 1st NOTES AREA
   if (notes1 == "yes") {

document.write('<TABLE cellpadding="1" cellspacing="1" border="0" width="180" class="note-text" ><tr><td align="left" align="left">');

//document.write('</td></tr><tr><td class="note-text">');
document.write('<a href="index.html"class="plain"><img src="picts/sidebar_flamelogo.jpg" border="0"></a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('</td></tr><tr><td class="note-text">');
document.write('<a href="http://www.cherohala.com"class="sidemenu"target="_blank">CHEROHALA SKYWAY</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://www.moonshiner28.com"class="sidemenu"target="_blank">MOONSHINER 28</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://www.DevilsTriangleTN.com"class="sidemenu"target="_blank">DEVILS TRIANGLE</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://www.sixgap.com"class="sidemenu"target="_blank">SIX GAP NORTH GEORGIA</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://www.tailofthedragontours.com/Diamondback/index.html"class="sidemenu"target="_blank">DIAMONDBACK</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/other_rides.html"class="sidemenu">OTHER AREA ROADS</a><BR>');
document.write('</td></tr><tr><td class="note-text">');

document.write('</td></tr><tr><td class="note-text">');
document.write('<a href="http://tailofthedragon.com/pdf/Brochure2011_LowRes.pdf" class="sidemenu" target="blank">2011 Map Brochure</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/planyourtrip.html"class="sidemenu">Plan Your Trip</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('</td></tr><tr><td class="note-text">');
document.write('<a href="http://tailofthedragon.com/weather.html"class="sidemenu">Area Weather</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://www.tailofthedragonmaps.com" class="sidemenu"target="_blank">How to get to here</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/thingstodo.html" class="sidemenu">Other Things To Do</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/dragon_faq.html" class="sidemenu">Dragon FAQs</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://www.youtube.com/profile?user=dragon129" class="sidemenu"target="_blank">Youtube Video Gallery</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.smugmug.com/TailoftheDragonPictures" class="sidemenu"target="_blank">Photo Gallery</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/webcams.html" class="sidemenu">Area Live Web Cams</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/customtshirts.html" class="sidemenu">Custom Dragon Ts</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/contactus.html" class="sidemenu">Dragon Photographers</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('<a href="http://tailofthedragon.com/links.html" class="sidemenu">Other Links</a>');
document.write('</td></tr><tr><td class="note-text">');

document.write('</table>');


}











// 2nd NOTES AREA
   if (notes2 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('Notes Area<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('Edit this area with your own text and links. This text is in the global sidebar.js. Edit this file in a text editor to update all pages at one time.<br>');

document.write('<br><a href="contact.htm">Sample link &gt;&gt;</a><br>');

document.write('</td></tr></table>');
document.write('');
}


// 3nd NOTES AREA
   if (notes3 == "yes") {
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="90%"><tr><td align="left" class="note-title">');

document.write('Notes Area<br>');

document.write('</td></tr><tr><td class="note-text">');

document.write('Edit this area with your own text and links. This text is in the global sidebar.js. Edit this file in a text editor to update all pages at one time.<br>');

document.write('<br><a href="contact.htm">Sample link &gt;&gt;</a><br>');

document.write('</td></tr></table>');
document.write('');
}




// START DATE SCRIPT



   if (showd == "yes") {


document.write('<div id="date-location" style="'+dateLR+': '+dateX+'px; POSITION: absolute; TOP: '+dateY+'px" class="white12">');
document.write("<span class=\"white12\"><nobr>" +  "318 CURVES IN 11 MILES")
document.write("</nobr><br></span>")
document.write("</nobr><br></span>")
document.write('</div>');
}



//document.write('<img src="picts/spacer.gif" width="'+sidewidth+'" height="'+pageheight+'"></a><br>');


//  End -->
