<!--

	function loadmenu()
	{	//begin loadmenu
		document.write("<a href=news.html><font size=4>News</font></a><br>");
		document.write("<a href=roster.html><font size=4>Roster</font></a><br>");
		document.write("<a href=about_us.html><font size=4>About Us</font></a><br>");
		document.write("<a href=http://www.agondol.com/yabbse/index.php target=new_mb><font size=4>Message Boards</font></a><br>");
		document.write("<a href=server_stats.html><font size=4>Server Stats</font></a><br>");
		document.write("<a href=email_signin.html><font size=4>E-Mail Sign-in</font></a><br>");
		document.write("<a href=join_opm.html><font size=4>Join OpM!</font></a><br>");
		document.write("<a href=links.html><font size=4>Links</font></a><br>");
		document.write("<a href=match_results.html><font size=4>Match Results</font></a><br>");
	}	//end loadmenu

	function loadmatchbar()
	{	//begin loadmatchbar
		document.write("<font size=4><u>Next Match</u></font><br>");
		document.write("<b>STA 9v9</b><br>");
		document.write("vs @<br>");
		document.write("When:  11-10-2003<br>");
		document.write("9:30PM EST<br>");
		document.write("Map:  cz2</p>");
		document.write("<b>STA 5v5</b><br>");
		document.write("vs BoT<br>");
		document.write("When:  11-11-2003<br>");
		document.write("9:30PM EST<br>");
		document.write("Map:  <a href=http://tfc.sta-league.org/5on5/files/ski_gutter.zip><u>ski_gutter</u></a></p>");
	}	//end loadmatchbar

	function loadsidebar()
	{	//begin loadsidebar
		document.write("<a href=http://www.mirc.com><font size=4>IRC Server<br>Gamesnet<br><br>Channel<br>#clanopm</font></a></p>");
		document.write("<a href=http://tfc.sta-league.org/><font size=4>STA 9vs9 Ladder<br>Copper</font></a></p>");
		document.write("<a href=http://tfc.sta-league.org/5on5/><font size=4>STA 5vs5 Ladder<br>Silver</font></a></p>");
		//document.write("<a href=http://www.clanopm.com><font size=4>Next Scrimmage<br>OpM!<br>vs.<br></font></a>");
		document.write("<a href=http://www.agondol.com/opm/admin/><font color=#000000>.</font></a>");
	}	//end loadsidebar

	function postform()
	{	//begin postform

		document.email.submit();

	}	//end postform

	function ViewMatchInfo(info_name)
	{	//begin ViewMatchInfo
		var info_page="/matches/"+info_name+".gif";
		var match_doc;

		match_doc=window.open("Match Document","match_doc","toolbar,scrollbars","");
		match_doc.document.write("<html><body bgcolor='black'><center>");
		match_doc.document.write("<img src='"+info_page+"'>");
		match_doc.document.write("</center></body></html");
	}	//end ViewMatchInfo
-->