// JavaScript Document
document.write("<table width='110%' align='center'>")
document.write("<tr align='center'>")
//You can edit from here downwards
document.write("<td><a href='http://www.pcbaseballleague.org/index.htm' class='toptab'>Home</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/docos/current season/Abcdef.pdf' class='toptab'>STANDINGS</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/docos/current season/UmpireWeeklyAllocation.pdf' class='toptab'>NEXT WEEKEND GAMES</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/docos/current season/Results.pdf' class='toptab'>CURRENT ROUND RESULTS</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/sitemap.htm' class='toptab'>Sitemap</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/docos/pre season/Calendar 2010.pdf' class='toptab'>Calendar</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/contactus.htm' class='toptab'>Contact Us </a></td>")
//Do not edit beyond this point
document.write("</tr></table>")