Questo ha l'immagine, il problema è che non riesco ad inserire il div
Codice:
function feste() {
var calendario = new Date();
var giorno = calendario.getDate();
var mese = (calendario.getMonth()+1); // Gennaio=1
var nodate = 1;
if ((giorno >=8 && giorno <=20) && (mese ==12)) {
document.write('<br><img src="immagini/anno095.gif" width="120" height="83" alt="Buone Feste" title="Buone Feste by Akuna"><br><br><span style=" font-family:times; font-size:21px; color:#ff0000; text-shadow: 0px 1px 1px #cccccc;">Buone Feste!</span><br><br>'); var nodate = 0;
}
}