<!--This is the Global footer for the whole ITS website -->

var itsroot="http://www.calstatela.edu/its";

var days = new Array(8);
days[1] = "Sunday";
days[2] = "Monday";
days[3] = "Tuesday";
days[4] = "Wednesday";
days[5] = "Thursday";
days[6] = "Friday";
days[7] = "Saturday";
var months = new Array(13);
months[1] = "January";
months[2] = "February";
months[3] = "March";
months[4] = "April";
months[5] = "May";
months[6] = "June";
months[7] = "July";
months[8] = "August";
months[9] = "September";
months[10] = "October";
months[11] = "November";
months[12] = "December";


var dateObj = new Date(document.lastModified)
var wday = days[dateObj.getDay() + 1]
var lmonth = months[dateObj.getMonth() + 1]
var years = dateObj.getFullYear()
var date = dateObj.getDate()


if (years < 1000){
fyear = (1900 + years)}
else {
fyear = years};

document.write("<hr size='4' width='96%' noshade color='#E6E6E6'>");
document.write("<a href='"+itsroot+"/index.htm' class='toc' onmouseover=this.className='tocover' title='ITS Home' onmouseout=this.className='tocout' target='_parent'>ITS Home</a> | ");
document.write("<a href='"+itsroot+"/about/index.htm' class='toc' onmouseover=this.className='tocover' title='About Us' onmouseout=this.className='tocout' target='_parent'>About Us</a> | ");
document.write("<a href='"+itsroot+"/alerts/index.htm' class='toc' onmouseover=this.className='tocover' title='Alerts' onmouseout=this.className='tocout' target='_parent'>Alerts</a> | ");
document.write("<a href='"+itsroot+"/baseline/index.htm' class='toc' onmouseover=this.className='tocover' title='Baseline' onmouseout=this.className='tocout' target='_parent'>Baseline</a> | ");
document.write("<a href='"+itsroot+"/contact/index.htm' class='toc' onmouseover=this.className='tocover' title='Contact Us' onmouseout=this.className='tocout' target='_parent'>Contact Us</a> | ");
document.write("<a href='"+itsroot+"/forms/index.htm' class='toc' onmouseover=this.className='tocover' title='Forms' onmouseout=this.className='tocout' target='_parent'>Forms</a> | ");
document.write("<a href='"+itsroot+"/policies/index.htm' class='toc' onmouseover=this.className='tocover' title='Guidelines/Policies' onmouseout=this.className='tocout' target='_parent'>Guidelines/Policies</a> | ");
document.write("<a href='"+itsroot+"/hours/index.htm' class='toc' onmouseover=this.className='tocover' title='Locations and Hours' onmouseout=this.className='tocout' target='_parent'>Locations and Hours</a><br>");
document.write("<a href='"+itsroot+"/news/index.htm' class='toc' onmouseover=this.className='tocover' title='News and Updates' onmouseout=this.className='tocout' target='_parent'>News and Updates</a> | ");
document.write("<a href='"+itsroot+"/techsupport/index.htm#' class='toc' onmouseover=this.className='tocover' title='Technical Support' onmouseout=this.className='tocout' target='_parent'>Technical Support</a> | ");
document.write("<a href='"+itsroot+"/training/index.htm' class='toc' onmouseover=this.className='tocover' title='Training/Documentation' onmouseout=this.className='tocout' target='_parent'>Training/Documentation</a> | ");
document.write("<a href='"+itsroot+"/accounts/index.htm#' class='toc' onmouseover=this.className='tocover' title='User Accounts' onmouseout=this.className='tocout' target='_parent'>User Accounts</a> | ");
document.write("<a href='"+itsroot+"/sitemap/index.htm#' class='toc' onmouseover=this.className='tocover' title='ITS All Text Site Map' onmouseout=this.className='tocout' target='_parent'>ITS Site Map</a>");
document.write("<hr size='4' width='96%' noshade color='#E6E6E6'>");

document.write("<p class='f'>Last Update: " + wday + ", " + lmonth + " " + date + ", " + fyear);
document.write("<br><a class='f' onmouseover=this.className='fover' title='Contact the Author' onmouseout=this.className='fout' href=\"/cgi-bin/mailto2.pl\" target='_parent'>Contact the Page Author</a><br>");
