var msg;
msg = "<center>\n";
msg += "<form>\n";
msg += "<input type=\"button\" value=\"Calendar\" onClick=window.location=\"calendar.htm\">";
//msg += "<input type=\"button\" value=\"Examples\" onClick=window.location=\"example.htm\">";
//msg += "<input type=\"button\" value=\"Links\" onClick=window.location=\"links.htm\">";
msg += "<input type=\"button\" value=\"Syllabus\" onClick=window.location=\"syllabus.htm\">";
msg += "<input type=\"button\" value=\"Home\" onClick=window.location=\"index.htm\">";
msg += "<input type=\"button\" value=\"COS\" onClick=window.location=\"http://www.siskiyous.edu\">\n";
msg += "</form>\n";
msg += "</center>\n";

document.write(msg);
