// Footer

// most variables should have been defined previously when the header.js file was loaded/ran
var now = new Date();
var year = now.getUTCFullYear().toString();

document.write("</div>");
document.write("<div id=\"footerspacer\"></div>");
document.write("<div id=\"footer\" class=\"noprint\"><span>");

document.write("<div align=\"center\" class=\"footer\"> <a class=\"footer\" href=\"http://www.cocc.edu/DMCA/default.aspx\">Copyright "+year+" COCC</a> <span class=\"footersep\">|</span> Central Oregon Community College <span class=\"footersep\">|</span> <a class=\"footer\" href=\"http://visitors.cocc.edu/Visiting/Directions/default.aspx\">2600 N.W. College Way</a> <span class=\"footersep\">|</span> Bend, Oregon 97701 <span class=\"footersep\">|</span> (541) 383-7700 </div></span></div>");
document.write("</div>");

document.write("<div id=\"specialactions\" class=\"noprint\"><span>");
document.write("<a href=\"javascript:self.print();\" id=\"_ctl0__ctl8__ctl0_A1\" class=\"news footer2\" title=\"Print this page\"><img align=absmiddle alt=\"\" border=0 src=\"" + imageroot + "PrintIcon.gif\">&nbsp;Print page</a>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;");

switch (helpLink)
{
    case "library":
        document.write("<a accesskey=\"5\" href='http://campuslibrary.cocc.edu/Library+Assistance/Ask/default.aspx' class=\"news footer2\" title=\"Ask a Librarian for help\"><img align=absmiddle alt=\"\" border=0 src=\"" + imageroot + "HelpIcon.gif\">&nbsp;Ask a Librarian for help</a>");
        break;
    case "bookstore":
        document.write("<a accesskey=\"5\" href='http://bookstore.cocc.edu/emailform.aspx?id=5&r=" + escape(document.location) + "' class=\"news footer2\" title=\"Ask Campus Bookstore for help\"><img align=absmiddle alt=\"\" border=0 src=\"" + imageroot + "HelpIcon.gif\">&nbsp;Ask Campus Bookstore for help</a>");
        break;
    default:
        document.write("<a accesskey=\"5\" href='http://www.cocc.edu/support.aspx?r=" + escape(document.location) + "' class=\"news footer2\" title=\"Ask for assistance from COCC\"><img align=absmiddle alt=\"\" border=0 src=\"" + imageroot + "HelpIcon.gif\">&nbsp;Ask COCC for help</a>");
        break;
}

document.write("&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a href=\"http://www.cocc.edu/emailform.aspx?contact=Web Page Owner&r=" + escape(document.location) + "\" class=\"news footer2\" title=\"Suggest a correction to this page\"><img align=absmiddle alt=\"\" border=0 src=\"" + imageroot + "MessageIcon.gif\">&nbsp;Suggest a correction</a>");
document.write("&nbsp;&nbsp;&nbsp;&nbsp;");
document.write("<a accesskey=\"0\" href='http://www.cocc.edu/Access/default.aspx' class=\"news footer2\" title=\"View COCC's Web Accessibility Information\"><img align=absmiddle alt=\"\" border=0 src=\"" + imageroot + "AccessibilityIcon.gif\">&nbsp;Accessibility</a>");
document.write("</span></div>");

document.write("</div>");

if(typeof LoadGoogleAnalytics == 'function')LoadGoogleAnalytics();
