var rooturl = 'http://www.calstatela.edu/';
var modDate = new Date(document.lastModified);
var modYear = modDate.getYear();
if(modYear<1000) modYear+=1900;

var email="askwebct@calstatela.edu,teachme@calstatela.edu";

document.write("<a title='Contact the Author' href='http://www.calstatela.edu/Common_Files/mailto.htm?e="+email+"&u="+window.location+"'>Contact the Page Author</a> | Last Update: " + (modDate.getMonth()+1) + "/" + modDate.getDate() + "/" + modYear);


