// 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.shtml' 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</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/docos/current season/GradingTable.pdf' class='toptab'>Teams Grading</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/sitemap.shtml' class='toptab'>Sitemap</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/docos/pre season/Calendar 2008.pdf' class='toptab'>Calendar</a></td>")
document.write("<td class='toptab'>|</td>")
document.write("<td><a href='http://www.pcbaseballleague.org/contactus.shtml' class='toptab'>Contact Us </a></td>")
//Do not edit beyond this point
document.write("</tr></table>")