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

var email="teachme@calstatela.edu,jwillia7@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);

//document.write("Last Update: " + (modDate.getMonth()+1) + "/" + modDate.getDate() + "/" + modYear);
