document.write("<p> <img src= \"http://www.hci.uniovi.es/Resources/Logos/HCIRG.gif\" alt=\"The Human Communication and Interaction Research Group\" />")

var months=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
var days= new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday","Sunday")
			
// This function fix some problems int Netscape 2 y 3 
function fixYear(f)   // f is a date object. 
{ 
	yr = f.getYear()
	if (yr < 1000)
		yr += 1900
	return yr
}
          
var lastModDate = new Date(document.lastModified);
			
document.write("<br/>Last update of this page on " + months[lastModDate.getMonth()]+" "+lastModDate.getDate()+", " + fixYear(lastModDate) + " (" + days[lastModDate.getDay()] +") </p>")
            			


