var siteMessage = "@itona Web Site - Web de la vila d\'Aitona © 1998 - 2008 TM@SOT";
function click(key){
if (navigator.appName == "Netscape" && key.which == 3)
    {alert(siteMessage);return false;}
if (navigator.appVersion.indexOf("MSIE") != -1 && event.button == 2)
    {alert(siteMessage);return false;}
}
document.onmousedown = click;

function openCat()
{
	top.location = 'http://www.aitona.net'
}

todaysdate = new Date();
date  = todaysdate.getDate();
day  = todaysdate.getDay() + 1;
month = todaysdate.getMonth() + 1;
yy = todaysdate.getYear();
year = (yy < 1000) ? yy + 1900 : yy;
year2 = 2000 - year; year2 = (year2 < 10) ? "0" + year2 : year2;

var localeValue = 'ca';
if(typeof(top.frame)!='undefined')
	localeValue = top.frame.aitonaLocale 
if(typeof(top.aitonaLocale)!='undefined')
	localeValue = top.aitonaLocale 

document.write("<script src='js/date.js'><\/script>");
document.write("<script src='js/"+localeValue+".js'><\/script>");
