

      var months=new Array(13);
      months[1]="Spring";
      months[2]="Spring";
      months[3]="Spring";
      months[4]="Spring";
      months[5]="Summer";
      months[6]="Summer";
      months[7]="Summer";
      months[8]="Summer";
      months[9]="Fall";
      months[10]="Fall";
      months[11]="Fall";
      months[12]="Fall";
      var time=new Date();
      var lmonth=months[time.getMonth() + 1];
      var year=time.getYear();

/*  document.write(lmonth + " " + year);  */

document.write('     <div align="center">');
document.write('        <div id="header">');
document.write('           <a href="default.html">');
document.write('              <img src="images/header.jpg" height="119" alt="Brandywine Riot WRFC" border="0">');
document.write('           </a>');
document.write('        </div>');
document.write('        <table cellpadding="0" cellspacing="0" id="container">');
document.write('           <tr>');
document.write('              <td id="headLinks" class="utility" align="center" valign="center">');
document.write('                    <a href="players.php">Our Team</a> | <a href="contacts.htm">Contacts</a> | <a href="calendar.php"> Calendar</a> |<a href="schedule.htm"> Matches </a> | <a href="practice.htm">Practice</a> |  <a href="play.htm">Join</a> | <a href="tournament.htm">CheeseSteak 7s Tournament</a>');
document.write('              </td>');
document.write('           </tr>');
document.write('           <tr>');
document.write('              <td>');

