	today = new Date();
	start = new Date(today.getYear(),00,01);
	delta = ((today.getTime()-start.getTime()) / 1000 / 60 / 60 / 24);
	document.write("<div align='right'>")
	document.write("<img src='images/iconitos.jpg' border='0' usemap='#Map' />")
	document.write("<map name='Map' id='Map'>")
	document.write("<area shape='rect' coords='2,3,15,15' href='index.aspx' />")
	document.write("<area shape='rect' coords='27,3,41,16' href='SiteMap.aspx' />")
	document.write("<area shape='rect' coords='50,3,65,16' href='Conn.aspx' />")
	document.write("</map>")
	document.write("</div>")
	document.write("Fecha:&nbsp;&nbsp;", today.getDate(), "/", today.getMonth()+1, "/", today.getYear())
	document.write("&nbsp;Hora:&nbsp;&nbsp;", today.getHours(), ":", today.getMinutes(), ":", today.getSeconds())