<!-- Begin

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

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');

// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "175"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

var imagewidth		= "115"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var spacerheight	= "20"		// SPACING BETWEEN IMAGES



document.write('<br>');



// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Registration Dates<br></legend>');

document.write('<b><u>Session Dates:</b></u></a><br>');

document.write('<b>Fall I: <br></b> Sept 13 - Oct 30 </a><br>');

document.write('<b>Members begin: </b> Aug 9</a><br>');

document.write('<b> Participants begin: </b> Aug 23</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// 2ND NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Registration</legend>');

document.write('<a href="registration.htm"> Registration and <br>Account Management</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}



// 3rd NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Brochure<br></legend>');

document.write('<a href="/Documents/Brochure.pdf">Click here to view our Latest Brochure</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}

// 4th NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Bike Tour</legend><img src="images/bike.jpg" alt="Bike Tour" width="80" height="100" border="0">');

document.write('<a href="HeritageFestivalBicycleTour.htm"> <br> Click here for more information</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// 5th NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Facility Hours<br></legend>');

document.write('<b>Monday - Friday </b> <br>5:00 am - 9:00 pm <br><br> <b>Saturday </b><br>7:00 am - 5:00 pm <br><br><b>Sunday </b> <br>1:00 pm - 5:00 pm<br>');

document.write('</fieldset>');
document.write('<br><br>');
}









// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

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


//  End -->