var thedate = new Date( );
var themonth = thedate.getMonth( ) + 1;
switch (themonth) 
{
case 4: 
  sMo="apr"
  break
case 5: 
  sMo="may"
  break
case 6: 
  sMo="june"
  break
default: 
  sMo="apr"
  break
}
function HomePage( ) {
location.href="http://www.wtprsoftball.com";
}

document.write("<BODY BACKGROUND='ballback.gif'> ");
document.write("<CENTER>");
document.write("<input type='button' value='   Home Page   ' onclick='HomePage()' >");
document.write("<input type='button' value=' Previous Page ' onclick='javascript:history.back()'");
document.write("<BR>");
document.write("</CENTER>");

document.write("<br>");
document.write("<CENTER><B><font size=5 color=blue>");
document.write(sLeague_text);
document.write(" League Information");
document.write("</font></B><BR><BR>");

document.write("<table border=1 cellpadding=3 cellspacing=3 bgcolor=blue><tr><TD>");

document.write("<table border=0 cellpadding=0 cellspacing=0 width=540 bgcolor=gold >");
document.write("<TR><td width=45%>&nbsp;</td><td width=10%>&nbsp;</td><td width=45%>&nbsp;</td></tr>");

document.write("<td align=center valign=top with=45%><B><font size=2 color=blue>Coaches and Teams</A></B><BR>");
document.write("<a href='http://eteamz.active.com/wtprsoftball/files/");
document.write(sLeague);
document.write("_teams_coaches.htm' name='teams'>");

document.write("<IMG SRC='http://eteamz.active.com/wtprsoftball/files/nr_team.bmp' alt='Coaches and Teams' height=180></a>");
document.write("<BR></TD><td>&nbsp;</td>");
document.write("<td align=center valign=top><B><font size=2 color=blue>League Rules</a></B><BR>");
document.write("<a href='http://eteamz.active.com/wtprsoftball/files/");
document.write(sLeague);
document.write("_rules.htm' name='rules'>");

document.write("<IMG SRC='http://eteamz.active.com/wtprsoftball/files/nr_lineup.bmp' alt='League Rules' height=180></a>");
document.write("<BR></TD></tr><TR><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>");
document.write("<tr><td align=center valign=top colspan=2><B><font size=2 color=blue>Game Schedule</a></B><BR>");


document.write("<a href='http://eteamz.active.com/wtprsoftball/files/");
document.write(sLeague);
document.write("_");
document.write(sMo);
document.write(".htm' name='teams'>");

document.write("<IMG SRC='http://eteamz.active.com/wtprsoftball/files/schedule.jpg' alt='Game Schedule' height=150></a>");
document.write("<BR></TD><td align=center valign=middle><B><font size=2 color=blue>Roster Template</a></B><BR>");

document.write("<a href='http://eteamz.active.com/wtprsoftball/files/Gameday.htm' name='roster'>");
document.write("<IMG SRC='http://eteamz.active.com/wtprsoftball/files/chart.jpg' height=150 alt='Roster Template'></a>");
document.write("<BR></TD></tr><TR><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr>");

document.write("</table>");
document.write("</td></tr></table>");
document.write("</CENTER>");
document.write("</body>");





