var numrandimgs = 5.0;

document.write("\n<p class=hiddenTopLink><A href=\"text\/" + "index.htm" + "\">Click here for a text or print version of this page.<\/A><BR><A HREF=\"#mainContent\">or, click here to jump to main content<\/A><\/p>\n");
document.write("<TABLE WIDTH=760 BORDER=0 CELLSPACING=0 CELLPADDING=0 ALIGN=Center>\n");
document.write("    <TR VALIGN=Top>\n");
document.write("        <TD>\n");
document.write("<!-- ======================================================================= -->\n");
document.write("<!-- ==== Top of page graphic ============================================== -->\n");
document.write("<!-- ======================================================================= -->\n");
document.write("            <map name=\"CampusMap\">\n");
document.write("             <area shape=\"rect\"    alt=\"MCC home page\"                     coords=\"341,0,390,17\"   href=\"http:\/\/www.mcckc.edu\/home.asp\"                                                  target=\"_parent\">\n");
document.write("             <area shape=\"rect\"    alt=\"Blue River home page\"              coords=\"392,0,457,17\"   href=\"http:\/\/www.mcckc.edu\/home.asp?C=1&amp;QLinks=Blue+River\"                        target=\"_parent\">\n");
document.write("             <area shape=\"rect\"    alt=\"Business and Technology home page\" coords=\"459,0,589,17\"   href=\"http:\/\/www.mcckc.edu\/home.asp?C=5&amp;QLinks=Business+%26+Technology\" target=\"_parent\">\n");
document.write("             <area shape=\"rect\"    alt=\"Longview home page\"                coords=\"591,0,654,17\"   href=\"http:\/\/www.mcckc.edu\/home.asp?C=2&amp;QLinks=Longview\"                          target=\"_parent\">\n");
document.write("             <area shape=\"rect\"    alt=\"Maple Woods home page\"             coords=\"656,0,740,17\"   href=\"http:\/\/www.mcckc.edu\/home.asp?C=3&amp;QLinks=Maple+Woods\"                       target=\"_parent\">\n");
document.write("             <area shape=\"rect\"    alt=\"Penn Valley home page\"             coords=\"503,20,740,127\" href=\"http:\/\/www.mcckc.edu\/home.asp?c=4\">\n");
document.write("             <area shape=\"default\" alt=\"Penn Valley home page\"                                       href=\"http:\/\/www.mcckc.edu\/home.asp?C=4&amp;QLinks=Penn+Valley\"                       target=\"_parent\">\n");
document.write("            <\/map>\n");
document.write("            <TABLE CELLSPACING=\"0\" CELLPADDING=\"0\" BORDER=\"0\" WIDTH=\"760\" ALIGN=\"Center\">\n");
document.write("                <TR VALIGN=\"Top\">\n");
document.write("                    <TD WIDTH=\"8\" style=\"BACKGROUND:url(graphics\/common\/shadl.gif);\"><img alt=\"\" title=\"\" SRC=\"graphics\/common\/spacer.gif\" WIDTH=\"8\" HEIGHT=\"1\" BORDER=\"0\"><\/TD>\n");
document.write("                    <TD><img alt=\"\" title=\"\" SRC=\"graphics\/common\/pvptk0");
var imgnum = 1;
do { imgnum = Math.random() * 100; }
while(imgnum >= numrandimgs || imgnum < 1.0);
document.write(imgnum.toString().substr(0, imgnum.toString().indexOf(".")) + ".jpg\"  BORDER=\"0\" usemap=\"#CampusMap\"><\/TD>\n");
document.write("                    <TD WIDTH=\"8\" style=\"BACKGROUND:url(graphics\/common\/shadr.gif);\"><img alt=\"\" title=\"\" SRC=\"graphics\/common\/spacer.gif\" WIDTH=\"8\" HEIGHT=\"1\" BORDER=\"0\"><\/TD>\n");
document.write("                <\/TR>\n");
document.write("            <\/TABLE>\n");
