<!-- 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		= "150"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "125"		// ADD HEIGHT TO ALL PAGES

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




// banner advertisement for golf tournament //


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

document.write('<a href="http://www.somagolfathon.org/faf/home/default.asp?ievent=338899"><img src="images/soma-golf-2010.jpg" border="0" width="200" height="289" class="Galborder"></a><br>');

document.write('<br>');










// 1ST NOTES AREA


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

//document.write('<br>');
//document.write('<div id="flashgallery">');
//document.write('</fieldset>');
//document.write('<br><br>');
//document.write('</div>');

}










// 3rD NOTES AREA

   if (notes2 == "yes") {



// 1ST NOTES AREA

document.write('<p>&nbsp;</P>');


document.write('<fieldset><legend>');

document.write('In the News</legend>');

document.write('<a href="http://www.eaglestopsoccer.org/Matthew-Millet.htm"><img src="picts/world-cup.jpg" border="0" width="140px" height="74px" class="Galborder"></a><br>');

document.write('Eagles donated $1,000 to Matthew Millet to go play in the World Cup<br><br>');

document.write('<a href="http://www.wickedlocal.com/hamilton/sports/x1320876335"><img src="picts/chronicle_story.gif" border="0" width="140px" height="55px" class="Galborder"></a><br>');

document.write('Story from the Hamilton-Wenham Chronicle about the Program<br><br>');


document.write('<a href="salemnews_article.pdf"><img src="picts/salemnews.gif" border="0" width="144px" height="55px" class="Galborder"></a><br>');

document.write('Salem News article about our Junior Eagles Coaches (pdf)<br>');

document.write('</fieldset>');
document.write('<br><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 -->