datetoday = new Date(); act = datetoday.getMonth()+1; esp = datetoday.getDate(datetoday.toGMTString(datetoday.getMonth)); h = datetoday.getHours(datetoday.toGMTString(datetoday.getHours)); var image = ""; if (act == 1 && esp == 1) image =""; else if (act == 1) image =""; if (act == 2) image =""; if (act == 3) image =""; if (act == 4) image =""; if (act == 5) image =""; if (act == 6) image =""; if (act == 7) image =""; if (act == 8) image =""; if (act == 9) image =""; if (act == 10) image =""; if (act == 11) image =""; if (act == 12 && esp == 24 && h > 16) image =""; else if (act == 12 && esp == 31) image =""; else if (act == 12) image =""; document.write(image);