<!--



dows = new Array("DIUMENGE","DILLUNS","DIMARTS","DIMECRES","DIJOUS","DIVENDRES","DISABTE");

months = new Array("DE GENER","DE FEBRER","DE MARĒ","D'ABRIL","DE MAIG","DE JUNY","DE JULIOL","D'AGOST","DE SETEMBRE","D'OCTUBRE","DE NOVEMBRE","DE DESEMBRE");

now = new Date();

dow = now.getDay();

d = now.getDate();

m = now.getMonth();

h = now.getTime();

y = now.getYear();



var dt = new Date();

var hr = dt.getHours();

var msg = ((hr<12) ? "BON DIA" :"BONA NIT");

msg = ((hr>11)&&(hr<19) ? "BONA TARDA" : msg);

msg=msg; 





var refresH=5000;

 var whaT=0;

 msgS=new Array();

 msgS[1]=msg+",  "+"BENVINGUTS A LA WEB DELS CASTELLERS DE SANTS";

 msgS[2]="PIT I AMUNT BORINOTS";

 msgS[3]="AVUI ES: "+dows[dow]+" "+d+" "+months[m]+" DE "+y;



function AStatuS(){

 whaT+=1;

 if (whaT == msgS.length)whaT=1;

 window.status=msgS[whaT];

 refreshC=setTimeout("AStatuS();",refresH);}



AStatuS();



//-->