<!--
if (document.all) 
document.body.onmousedown=new Function("if (event.button==2||event.button==3) { var today = new Date(); 	thisyear = today.getYear();  		thisyear = thisyear % 100; 	thisyear = ((thisyear < 50) ? (2000 + thisyear) : (1900 + thisyear)); 	alert('(c) EspaMeteo '+thisyear) } ");
//-->
