<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'
// THESE ARE SIDEBAR OPTIONS YOU CAN TURN ON AND OFF
var showarea_1		= "yes"		// SHOW THE 1ST PARAGRAPH
var showarea_2		= "yes"		// SHOW THE 2ND PARAGRAPH
var showarea_3		= "yes"		// SHOW THE 3RD PARAGRAPH

document.write('<TABLE cellpadding="5" cellspacing="0" width="100%" border="0" class="smalltext"><tr><td valign="top" align="center">');

// START FIRST TEXT AREA
   if (showarea_1 == "yes") {
document.write('<fieldset style="width:145px; padding: 1px;"><legend>');
document.write('<font color="#FD5300"> Travel / Rep </font></legend>');
document.write('<font size=2>32nd GFEMHA Annual Invitational "A" Tournaments.<br>');
document.write('<a href="/travel_tournaments.php">Click here for information or to apply online!</font>');
document.write('<img src="/images_mike/omha.jpg" border="0" align="middle" hspace="2"></a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START SECOND TEXT AREA
   if (showarea_2 == "yes") {
document.write('<fieldset style="width:145px; padding: 1px;"><legend>');
document.write('<font color="#FD5300"> Select/AE/Tier II </font></legend>');
document.write('<font size=2>GFEMHA Select / AE / Tier II Winter Challenge.<br>');
document.write('<a href="/tournament_select.php">Information for our 2011 tournament to be posted soon.</font>');
document.write('<img src="/images_mike/alliance.jpg" border="0" align="middle" hspace="2"></a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

// START THIRD TEXT AREA
   if (showarea_3 == "yes") {
document.write('<fieldset style="width:145px; padding: 1px;"><legend>');
document.write('<font color="#FD5300"> House League </font></legend>');
document.write('<font size=2>GFEMHA Christmas House League Tournament.<br>');
document.write('<a href="/tournament_house.php">Schedules & Results have been posted.</font>');
document.write('<img src="/images_mike/alliance.jpg" border="0" align="middle" hspace="2"></a><br>');
document.write('</fieldset>');
document.write('<br><br>');
}

document.write('</td></tr></table>');
//  End -->
