<!-- Hide script from older browsers
function playerslink(num)    {
if (num == 1) {
window.location="roughsarchive.html";
}
else if (num == 2) {
window.location="roughsarchive2.html";
}
else if (num == 3) {
window.location="roughsarchive3.html";
}
else if (num == 4) {
window.location="roughsarchive4.html";
}
else if (num == 5) {
window.location="roughsarchive5.html";
}
else if (num == 6) {
window.location="roughs93champs.html";
}
else if (num == 7) {
window.location="roughs06champs.html";
}
else if (num == 8) {
window.location="roughsarchive6.html";
}
else if (num == 9) {
window.location="roughsarchive7.html";
}
}


function statslink(num)    {
if (num == 1) {
window.location="hitting1992.html";
}
else if (num == 2) {
window.location="hitting1997.html";
}
else if (num == 3) {
window.location="hitting1998.html";
}
else if (num == 4) {
window.location="hitting2002.html";
}
else if (num == 5) {
window.location="hitting2003.html";
}
else if (num == 6) {
window.location="hitting2004.html";
}
else if (num == 7) {
window.location="hitting2005.html";
}
else if (num == 8) {
window.location="hitting2006.html";
}
else if (num == 9) {
window.location="hitting2007.html";
}
else if (num == 10) {
window.location="hitting2008.html";
}
else if (num == 11) {
window.location="roughshitting.html";
}
else if (num == 12) {
window.location="pitching2002.html";
}
else if (num == 13) {
window.location="pitching2003.html";
}
else if (num == 14) {
window.location="pitching2004.html";
}
else if (num == 15) {
window.location="pitching2005.html";
}
else if (num == 16) {
window.location="pitching2006.html";
}
else if (num == 17) {
window.location="pitching2007.html";
}
else if (num == 18) {
window.location="pitching2008.html";
}
else if (num == 19) {
window.location="roughspitching.html";
}
}

function standslink(num)    {
if (num == 1) {
window.location="roughs2002standings.html";
}
else if (num == 2) {
window.location="roughs2003standings.html";
}
else if (num == 3) {
window.location="roughs2004standings.html";
}
else if (num == 4) {
window.location="roughs2005standings.html";
}
else if (num == 5) {
window.location="roughs2006standings.html";
}
else if (num == 6) {
window.location="roughs2007standings.html";
}
else if (num == 7) {
window.location="roughs2008standings.html";
}
else if (num == 8) {
window.location="roughs2009standings.html";
}
else if (num == 9) {
window.location="roughsstandings.html";
}
}

function gallerylink(num)    {
if (num == 1) {
window.open("gallery05/index.html","gallery2005","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 2) {
window.open("gallery06/index.html","gallery2006","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 3) {
window.open("gallery07/index.html","gallery2007","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 4) {
window.open("gallery08/index.html","gallery2008","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 5) {
window.open("gallery/index.html","gallery2009","width=400,height=400,resizable=yes,scrollbars=yes");
}
}

function reviewlink(num)    {
if (num == 1) {
window.open("2003review/roughsreview1.html","review2003","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 2) {
window.open("2004review/roughsreview1.html","review2004","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 3) {
window.open("2005review/roughsreview1.html","review2005","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 4) {
window.open("2006review/roughsreview1.html","review2006","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 5) {
window.open("2007review/roughsreview1.html","review2007","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 6) {
window.open("2008review/roughsreview1.html","review2008","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 7) {
window.open("2009review/roughsreview1.html","review2008","width=400,height=400,resizable=yes,scrollbars=yes");
}
else if (num == 8) {
window.location="roughsreview1.html";
}
}
// End hiding script -->