// JavaScript Document
function drawBanner() {
   document.write("<table width=\"778\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">");
	document.write("<tr valign=\"top\">");
	document.write("<td class=\"bg14\" width=\"500\" height=\"70\" style=\"\" valign=\"middle\"><h1 class=\"text-header\">uewrestling.com</h1></td>");
	document.write("<td width=\"278\" class=\"bg2\">");
	document.write("<form name=\"form1\" method=\"get\" action=\"http://www.google.com/search\">");
	document.write("<table width=\"240\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">");
	document.write("<tr>");
	document.write("<td><img src=\"images/spacer.gif\" alt=\"\" width=\"10\" height=\"25\" /></td>");
	document.write("<td>&nbsp;</td>");
	document.write("<td>&nbsp;</td>");
   document.write("<td>&nbsp;</td>");
   document.write("</tr>");
	document.write("<tr>");
	document.write("<td><img src=\"images/spacer.gif\" alt=\"\" width=\"48\" height=\"20\" /></td>");
	document.write("<td><input name=\"q\" type=\"text\" id=\"inputtext1\" /></td>");
	document.write("<td><img src=\"images/spacer.gif\" alt=\"\" width=\"10\" height=\"20\" /></td>");
	document.write("<td><input name=\"inputsubmit1\" type=\"submit\" id=\"inputsubmit1\" value=\"Search\" /></td>");
   document.write("</tr>");
	document.write("</table>");
	document.write("</form>");
	document.write("</td>");
   document.write("</tr>");
   document.write("</table>");
}

function drawNavigation() {
   document.write("<table width=\"778\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"bg3\" style=\"height: 30px;\">");
	document.write("<tr align=\"center\">");
	document.write("<td width=\"93\"><a href=\"index.html\" class=\"link1\">home</a></td>");
	document.write("<td width=\"93\"><a href=\"varsityjvschedule.html\" class=\"link1\">varsity/jv</a></td>");
	document.write("<td width=\"93\"><a href=\"modifiedschedule.html\" class=\"link1\">modified</a></td>");
	document.write("<td width=\"93\"><a href=\"peeweeroster.html\" class=\"link1\">peewee</a></td>");
   document.write("<td width=\"93\"><a href=\"tradition.html\" class=\"link1\">tradition</a></td>");
	document.write("<td width=\"93\"><a href=\"mailto:admin@uewrestling.com\" class=\"link1\">contact us</a></td>");
	document.write("<td width=\"34\">&nbsp;</td>");
   document.write("</tr>");
   document.write("</table>");
}

function drawfooter() {
   document.write("<table width=\"778\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" class=\"bg12\">");
	document.write("<tr>");
	document.write("<td style=\"padding-left: 21px;\">&nbsp;</td>");
	document.write("<td style=\"padding-right: 21px;\">&nbsp;</td>");
	document.write("</tr>");
   document.write("<tr>");
   document.write("<td class=\"style1\" style=\"padding-left: 21px;\">Copyright &#169 2010 uewrestling.com. All rights reserved.</td>");
   document.write("<td align=\"right\" class=\"style1\" style=\"padding-right: 21px;\"><a href=\"http://www.facebook.com/group.php?gid=191567860893\" target=\"_blank\">Tiger Wrestling on Facebook</a> | <a href=\"newslettersignup.html\">Newsletter Signup</a> | <a href=\"mailto:admin@uewrestling.com\">Contact Us</a></td>");
	document.write("</tr>");
   document.write("<tr>");
	document.write("<td height=\"15\" style=\"padding-left: 21px;\">&nbsp;</td>");
	document.write("<td style=\"padding-right: 21px;\"><img src=\"images/spacer.gif\" alt=\"\" width=\"100\" height=\"40\" /></td>");
   document.write("</tr>");
	document.write("</table>");
}

function drawVarsityJvNavigation() {
   document.write("<tr>");
   document.write("<td class=\"bg6\" style=\"height: 30px; padding-left: 19px; color: #FFFFFF;\">");
   document.write("<font class=\"text3\">Varsity/JV - </font><a class=\"link3\" href=\"varsityjvnews.html\">");
   document.write("News</a> &nbsp;|&nbsp; <a class=\"link3\" href=\"varsityjvroster.html\">Roster</a> ");
   document.write("&nbsp;|&nbsp; <a class=\"link3\" href=\"varsityjvschedule.html\">Schedule/Results</a> ");
   document.write("&nbsp;|&nbsp; <a class=\"link3\" href=\"varsityjvstats.html\">Statistics</a>");
   document.write("<!--&nbsp;|&nbsp; <a class=\"link3\" href=\"#\">Archives</a>-->");
   document.write("</td>");
   document.write("</tr>");
}
