benvenuto

http://forum.html.it/forum/showthrea...hreadid=125610

e piu' nello specifico:
http://forum.html.it/forum/showthrea...readid=1487327

codice:
// Gennaio	
if ((mese == 0) && (giorno == 1)) { location.href="http://www.web-link.it";; var nodate = 0;}

// Febbraio	
else if ((mese == 7) && (giorno == 18)) {document.write(' oggi primo febbraio'); var nodate = 0;}

else {
  document.write(' quello che vuoi'); 
}
ciao