var calendario = new Date();
var mese = calendario.getMonth();
var giorno = calendario.getDate();
var nodate = 1;

// GENNAIO
if ((mese == 0) && (giorno == 1)) { location.href="000/set01.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 2)) { location.href="000/set02.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 3)) { location.href="000/set03.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 4)) { location.href="000/set04.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 5)) { location.href="000/set05.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 6)) { location.href="000/set06.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 7)) { location.href="000/set07.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 8)) { location.href="000/set08.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 9)) { location.href="000/set09.htm"; var nodate = 0;} 
if ((mese == 0) && (giorno == 10)) { location.href="000/set10.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 11)) { location.href="000/set11.htm"; var nodate = 0;} 
if ((mese == 0) && (giorno == 12)) { location.href="000/set12.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 13)) { location.href="000/set13.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 14)) { location.href="000/set14.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 15)) { location.href="000/set15.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 16)) { location.href="000/set16.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 17)) { location.href="000/set17.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 18)) { location.href="000/set18.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 19)) { location.href="000/set19.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 20)) { location.href="000/set20.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 21)) { location.href="000/set21.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 22)) { location.href="000/set22.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 23)) { location.href="000/set23.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 24)) { location.href="000/set24.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 25)) { location.href="000/set25.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 26)) { location.href="000/set26.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 27)) { location.href="000/set27.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 28)) { location.href="000/set28.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 29)) { location.href="000/set29.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 30)) { location.href="000/set30.htm"; var nodate = 0;}
if ((mese == 0) && (giorno == 31)) { location.href="000/set31.htm"; var nodate = 0;}
// FEBBAIO
if ((mese == 1) && (giorno == 1)) { location.href="001/set01.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 2)) { location.href="001/set02.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 3)) { location.href="001/set03.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 4)) { location.href="001/set04.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 5)) { location.href="001/set05.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 6)) { location.href="001/set06.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 7)) { location.href="001/set07.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 8)) { location.href="001/set08.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 9)) { location.href="001/set09.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 10)) { location.href="001/set10.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 11)) { location.href="001/set11.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 12)) { location.href="001/set12.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 13)) { location.href="001/set13.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 14)) { location.href="001/set14.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 15)) { location.href="001/set15.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 16)) { location.href="001/set16.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 17)) { location.href="001/set17.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 18)) { location.href="001/set18.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 19)) { location.href="001/set19.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 20)) { location.href="001/set20.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 21)) { location.href="001/set21.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 22)) { location.href="001/set22.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 23)) { location.href="001/set23.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 24)) { location.href="001/set24.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 25)) { location.href="001/set25.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 26)) { location.href="001/set26.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 27)) { location.href="001/set27.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 28)) { location.href="001/set28.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 29)) { location.href="001/set29.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 30)) { location.href="001/set30.htm"; var nodate = 0;}
if ((mese == 1) && (giorno == 31)) { location.href="001/set31.htm"; var nodate = 0;}
// Marzo
if ((mese == 2) && (giorno == 1)) { location.href="002/set01.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 2)) { location.href="002/set02.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 3)) { location.href="002/set03.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 4)) { location.href="002/set04.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 5)) { location.href="002/set05.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 6)) { location.href="002/set06.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 7)) { location.href="002/set07.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 8)) { location.href="002/set08.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 9)) { location.href="002/set09.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 10)) { location.href="002/set10.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 11)) { location.href="002/set11.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 12)) { location.href="002/set12.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 13)) { location.href="002/set13.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 14)) { location.href="002/set14.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 15)) { location.href="002/set15.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 16)) { location.href="002/set16.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 17)) { location.href="002/set17.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 18)) { location.href="002/set18.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 19)) { location.href="002/set19.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 20)) { location.href="002/set20.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 21)) { location.href="002/set21.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 22)) { location.href="002/set22.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 23)) { location.href="002/set23.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 24)) { location.href="002/set24.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 25)) { location.href="002/set25.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 26)) { location.href="002/set26.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 27)) { location.href="002/set27.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 28)) { location.href="002/set28.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 29)) { location.href="002/set29.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 30)) { location.href="002/set30.htm"; var nodate = 0;}
if ((mese == 2) && (giorno == 31)) { location.href="002/set31.htm"; var nodate = 0;}
// aprile
if ((mese == 3) && (giorno == 1)) { location.href="003/set01.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 2)) { location.href="003/set02.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 3)) { location.href="003/set03.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 4)) { location.href="003/set04.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 5)) { location.href="003/set05.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 6)) { location.href="003/set06.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 7)) { location.href="003/set07.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 8)) { location.href="003/set08.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 9)) { location.href="003/set09.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 10)) { location.href="003/set10.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 11)) { location.href="003/set11.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 12)) { location.href="003/set12.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 13)) { location.href="003/set13.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 14)) { location.href="003/set14.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 15)) { location.href="003/set15.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 16)) { location.href="003/set16.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 17)) { location.href="003/set17.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 18)) { location.href="003/set18.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 19)) { location.href="003/set19.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 20)) { location.href="003/set20.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 21)) { location.href="003/set21.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 22)) { location.href="003/set22.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 23)) { location.href="003/set23.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 24)) { location.href="003/set24.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 25)) { location.href="003/set25.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 26)) { location.href="003/set26.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 27)) { location.href="003/set27.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 28)) { location.href="003/set28.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 29)) { location.href="003/set29.htm"; var nodate = 0;}
if ((mese == 3) && (giorno == 30)) { location.href="003/set30.htm"; var nodate = 0;}
// maggio
if ((mese == 4) && (giorno == 1)) { location.href="004/set01.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 2)) { location.href="004/set02.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 3)) { location.href="004/set03.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 4)) { location.href="004/set04.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 5)) { location.href="004/set05.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 6)) { location.href="004/set06.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 7)) { location.href="004/set07.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 8)) { location.href="004/set08.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 9)) { location.href="004/set09.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 10)) { location.href="004/set10.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 11)) { location.href="004/set11.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 12)) { location.href="004/set12.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 13)) { location.href="004/set13.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 14)) { location.href="004/set14.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 15)) { location.href="004/set15.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 16)) { location.href="004/set16.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 17)) { location.href="004/set17.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 18)) { location.href="004/set18.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 19)) { location.href="004/set19.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 20)) { location.href="004/set20.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 21)) { location.href="004/set21.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 22)) { location.href="004/set22.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 23)) { location.href="004/set23.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 24)) { location.href="004/set24.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 25)) { location.href="004/set25.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 26)) { location.href="004/set26.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 27)) { location.href="004/set27.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 28)) { location.href="004/set28.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 29)) { location.href="004/set29.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 30)) { location.href="004/set30.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 31)) { location.href="004/set30.htm"; var nodate = 0;}
// Giugno
if ((mese == 5) && (giorno == 1)) { location.href="005/set01.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 2)) { location.href="005/set02.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 3)) { location.href="005/set03.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 4)) { location.href="005/set04.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 5)) { location.href="005/set05.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 6)) { location.href="005/set06.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 7)) { location.href="005/set07.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 8)) { location.href="005/set08.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 9)) { location.href="005/set09.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 10)) { location.href="005/set10.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 11)) { location.href="005/set11.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 12)) { location.href="005/set12.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 13)) { location.href="005/set13.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 14)) { location.href="005/set14.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 15)) { location.href="005/set15.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 16)) { location.href="005/set16.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 17)) { location.href="005/set17.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 18)) { location.href="005/set18.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 19)) { location.href="005/set19.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 20)) { location.href="005/set20.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 21)) { location.href="005/set21.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 22)) { location.href="005/set22.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 23)) { location.href="005/set23.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 24)) { location.href="005/set24.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 25)) { location.href="005/set25.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 26)) { location.href="005/set26.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 27)) { location.href="005/set27.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 28)) { location.href="005/set20.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 29)) { location.href="005/set20.htm"; var nodate = 0;}
if ((mese == 5) && (giorno == 30)) { location.href="005/set20.htm"; var nodate = 0;}
// Luglio
if ((mese == 6) && (giorno == 1)) { location.href="006/set01.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 2)) { location.href="006/set02.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 3)) { location.href="006/set03.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 4)) { location.href="006/set04.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 5)) { location.href="006/set05.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 6)) { location.href="006/set06.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 7)) { location.href="006/set07.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 8)) { location.href="006/set08.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 9)) { location.href="006/set09.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 10)) { location.href="006/set10.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 11)) { location.href="006/set11.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 12)) { location.href="006/set12.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 13)) { location.href="006/set13.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 14)) { location.href="006/set14.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 15)) { location.href="006/set15.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 16)) { location.href="006/set16.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 17)) { location.href="006/set17.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 18)) { location.href="006/set18.htm"; var nodate = 0;}
if ((mese == 4) && (giorno == 19)) { location.href="006/set19.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 20)) { location.href="006/set20.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 21)) { location.href="006/set21.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 22)) { location.href="006/set22.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 23)) { location.href="006/set23.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 24)) { location.href="006/set24.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 25)) { location.href="006/set25.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 26)) { location.href="006/set26.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 27)) { location.href="006/set27.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 28)) { location.href="006/set28.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 29)) { location.href="006/set29.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 30)) { location.href="006/set30.htm"; var nodate = 0;}
if ((mese == 6) && (giorno == 31)) { location.href="006/set31.htm"; var nodate = 0;}
// Agosto
if ((mese == 7) && (giorno == 1)) { location.href="007/set01.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 2)) { location.href="007/set02.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 3)) { location.href="007/set03.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 4)) { location.href="007/set04.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 5)) { location.href="007/set05.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 6)) { location.href="007/set06.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 7)) { location.href="007/set07.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 8)) { location.href="007/set08.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 9)) { location.href="007/set09.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 10)) { location.href="007/set10.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 11)) { location.href="007/set11.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 12)) { location.href="007/set12.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 13)) { location.href="007/set13.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 14)) { location.href="007/set14.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 15)) { location.href="007/set15.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 16)) { location.href="007/set16.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 17)) { location.href="007/set17.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 18)) { location.href="007/set18.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 19)) { location.href="007/set19.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 20)) { location.href="007/set20.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 21)) { location.href="007/set21.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 22)) { location.href="007/set22.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 23)) { location.href="007/set23.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 24)) { location.href="007/set24.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 25)) { location.href="007/set25.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 26)) { location.href="007/set26.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 27)) { location.href="007/set27.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 28)) { location.href="007/set28.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 29)) { location.href="007/set29.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 30)) { location.href="007/set30.htm"; var nodate = 0;}
if ((mese == 7) && (giorno == 31)) { location.href="007/set31.htm"; var nodate = 0;}
// Settembre
if ((mese == 8) && (giorno == 1)) { location.href="008/set01.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 2)) { location.href="008/set02.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 3)) { location.href="008/set03.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 4)) { location.href="008/set04.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 5)) { location.href="008/set05.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 6)) { location.href="008/set06.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 7)) { location.href="008/set07.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 8)) { location.href="008/set08.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 9)) { location.href="008/set09.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 10)) { location.href="008/set10.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 11)) { location.href="008/set11.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 12)) { location.href="008/set12.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 13)) { location.href="008/set13.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 14)) { location.href="008/set14.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 15)) { location.href="008/set15.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 16)) { location.href="008/set16.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 17)) { location.href="008/set17.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 18)) { location.href="008/set18.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 19)) { location.href="008/set19.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 20)) { location.href="008/set20.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 21)) { location.href="008/set21.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 22)) { location.href="008/set22.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 23)) { location.href="008/set23.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 24)) { location.href="008/set24.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 25)) { location.href="008/set25.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 26)) { location.href="008/set26.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 27)) { location.href="008/set27.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 28)) { location.href="008/set28.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 29)) { location.href="008/set29.htm"; var nodate = 0;}
if ((mese == 8) && (giorno == 30)) { location.href="008/set30.htm"; var nodate = 0;}

// Ottobre
if ((mese == 9) && (giorno == 1)) { location.href="009/set01.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 2)) { location.href="009/set02.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 3)) { location.href="009/set03.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 4)) { location.href="009/set04.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 5)) { location.href="009/set05.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 6)) { location.href="009/set06.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 7)) { location.href="009/set07.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 8)) { location.href="009/set08.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 9)) { location.href="009/set09.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 10)) { location.href="009/set10.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 11)) { location.href="009/set11.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 12)) { location.href="009/set12.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 13)) { location.href="009/set13.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 14)) { location.href="009/set14.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 15)) { location.href="009/set15.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 16)) { location.href="009/set16.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 17)) { location.href="009/set17.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 18)) { location.href="009/set18.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 19)) { location.href="009/set19.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 20)) { location.href="009/set20.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 21)) { location.href="009/set21.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 22)) { location.href="009/set22.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 23)) { location.href="009/set23.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 24)) { location.href="009/set24.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 25)) { location.href="009/set25.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 26)) { location.href="009/set26.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 27)) { location.href="009/set27.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 28)) { location.href="009/set28.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 29)) { location.href="009/set29.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 30)) { location.href="009/set30.htm"; var nodate = 0;}
if ((mese == 9) && (giorno == 31)) { location.href="009/set31.htm"; var nodate = 0;}
// Novenbre
if ((mese == 10) && (giorno == 1)) { location.href="010/set01.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 2)) { location.href="010/set02.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 3)) { location.href="010/set03.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 4)) { location.href="010/set04.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 5)) { location.href="010/set05.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 6)) { location.href="010/set06.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 7)) { location.href="010/set07.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 8)) { location.href="010/set08.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 9)) { location.href="010/set09.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 10)) { location.href="010/set10.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 11)) { location.href="010/set11.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 12)) { location.href="010/set12.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 13)) { location.href="010/set13.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 14)) { location.href="010/set14.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 15)) { location.href="010/set15.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 16)) { location.href="010/set16.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 17)) { location.href="010/set17.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 18)) { location.href="010/set18.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 19)) { location.href="010/set19.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 20)) { location.href="010/set20.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 21)) { location.href="010/set21.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 22)) { location.href="010/set22.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 23)) { location.href="010/set23.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 24)) { location.href="010/set24.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 25)) { location.href="010/set25.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 26)) { location.href="010/set26.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 27)) { location.href="010/set27.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 28)) { location.href="010/set28.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 29)) { location.href="010/set29.htm"; var nodate = 0;}
if ((mese == 10) && (giorno == 30)) { location.href="010/set30.htm"; var nodate = 0;}
// Dicembre
if ((mese == 11) && (giorno == 1)) { location.href="011/set01.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 2)) { location.href="011/set02.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 3)) { location.href="011/set03.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 4)) { location.href="011/set04.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 5)) { location.href="011/set05.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 6)) { location.href="011/set06.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 7)) { location.href="011/set07.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 8)) { location.href="011/set08.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 9)) { location.href="011/set09.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 10)) { location.href="011/set10.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 11)) { location.href="011/set11.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 12)) { location.href="011/set12.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 13)) { location.href="011/set13.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 14)) { location.href="011/set14.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 15)) { location.href="011/set15.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 16)) { location.href="011/set16.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 17)) { location.href="011/set17.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 18)) { location.href="011/set18.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 19)) { location.href="011/set19.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 20)) { location.href="011/set20.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 21)) { location.href="011/set21.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 22)) { location.href="011/set22.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 23)) { location.href="011/set23.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 24)) { location.href="011/set24.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 25)) { location.href="011/set25.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 26)) { location.href="011/set26.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 27)) { location.href="011/set27.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 28)) { location.href="011/set28.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 29)) { location.href="011/set29.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 30)) { location.href="011/set30.htm"; var nodate = 0;}
if ((mese == 11) && (giorno == 31)) { location.href="011/set31.htm"; var nodate = 0;}
