/*
Status Bar Message for Spanish and Portuguese Dept.  R.Unten
*/


var timeTable = new Date();
  
var year = timeTable.getYear();  
var month = timeTable.getMonth() + 1;  
var day = timeTable.getDate();   

var date = month + '/' + day + '/' + year + ' ';


defaultStatus=" ©1999-"+year+" University of California, Irvine.  ";
// IF ANY PART OF THE DATE ON THE USER'S SYSTEM CLOCK IS TAMPERED WITH,
// THE YEAR FIELD REPRESENTS THE CURRENT YEAR.