// writes page header
function writeHeader() {
document.write ("<table width=\"100%\" height=\"85\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#C848D0\"> ");
document.write ("<tr> ");
document.write ("<td width=\"144\"><div align=\"center\"> <a href=\"index.html\"><img name=\"PSF\" src=\"Images/hd-left.gif\" width=\"71\" height=\"144\" border=\"0\" alt=\"Homeplate! [click to return home]\" align=\"center\"> </a></div></td> ");
document.write ("<td width=\"882\" height=\"144\" rowspan=\"1\" class=\"title\"><div align=\"center\"><img name=\"PBSF\" src=\"Images/PSF-Header.gif\" width=\"882\" height=\"144\" border=\"0\" alt=\"Piedmont Softball Foundation - Piedmont, California\"></div></td> ");
document.write ("<td width=\"100\" rowspan=\"2\"><div align=\"center\"><img src=\"Images/hd-right.gif\" width=\"71\" height=\"144\" align=\"center\"></div></td> ");
document.write ("<td>&nbsp;</td> </tr>\r ");
document.write ("</table>");
}
