//Christmas Countdown function clock() { if (!document.layers && !document.all) return; today = new Date(); intDate = today.getDate(); intHours = today.getHours(); intMinutes = today.getMinutes(); intSeconds = today.getSeconds(); intMonth = today.getMonth()+1 ; intYear = today.getFullYear(); hours = intHours; hours = (23 - hours); minutes = intMinutes; minutes = (59 - minutes); seconds = intSeconds; seconds = (59 - seconds); if (intYear % 4 == 0 && intYear % 100 != 0 || intYear % 400 == 0){ if (intMonth == 1) {month = ""; date = (359 - intDate);} if (intMonth == 2) {month = ""; date = (328 - intDate);}} else{ if (intMonth == 1) {month = ""; date = (358 - intDate);} if (intMonth == 2) {month = ""; date = (327 - intDate);}} if (intMonth == 3) {month = ""; date = (299 - intDate);} if (intMonth == 4) {month = ""; date = (268 - intDate);} if (intMonth == 5) {month = ""; date = (238 - intDate);} if (intMonth == 6) {month = ""; date = (207 - intDate);} if (intMonth == 7) {month = ""; date = (177 - intDate);} if (intMonth == 8) {month = ""; date = (146 - intDate);} if (intMonth == 9) {month = ""; date = (115 - intDate);} if (intMonth == 10) {month = ""; date = (85 - intDate);} if (intMonth == 11) {month = ""; date= (54 - intDate);} if (intMonth == 12) {month = ""; date = (24 - intDate);} if (date == 1 ){date = (date+" giorno, ");} if (date != 1 && date < 10 && date >=0){date = (+date+" giorni, ");} if (date > 9){date = (date+" giorni, ");} if (hours ==1 ){hours = (hours+" ora, ");} if (hours != 1 && hours < 10){hours = (+hours+" ore, ");} if (hours > 9){hours = (hours+" ore, ");} if (minutes == 1){minutes = (minutes+" Minuto ");} if (minutes != 1 && minutes < 10){minutes = (+minutes+" minuti e ");} if (minutes > 9){minutes = (minutes+" minuti e ");} if (seconds == 1){seconds = (seconds+" secondo "+" a Natale!");} if (seconds != 1 && seconds < 10){seconds = (+seconds+" secondi a Natale!");} if (seconds > 9){seconds = (seconds+" secondi a Natale!");} if (date < 0){month = "Buon ";date = " Natale ";hours = " e ";minutes = " felice ";seconds = "Anno Nuovo!";} timeString = month+date+hours+minutes+seconds; if (document.layers) { document.layers.Clock.document.write("