
document.write()


day = new Date()


hr = day.getHours()


if (hr ==1)


document.write('Buona sera!')


if (hr ==2)


document.write('Buona sera!')


if (hr ==3)


document.write('Buon giorno!')


if (hr ==4)


document.write('Buon giorno!')


if (hr ==5)


document.write('Buon giorno!')


if (hr ==6)


document.write('Buon giorno!')


if ((hr == 6) || (hr ==7) || (hr ==8) || (hr == 9) || (hr ==10) || (hr ==11))


document.write('Buon giorno!')


if (hr ==12)


document.write('Buon giorno!')


if ((hr ==13)  || (hr==14))


document.write('Buon giorno!')


if ((hr==15) || (hr==16))


document.write('Buon giorno!')


if ((hr==17) || (hr==18) || (hr==19) || (hr==20) || (hr==21))


document.write('Buona sera!')


if (hr==22)


document.write('Buona sera!')


if (hr==23)


document.write('Buona sera!')


if (hr==0)


document.write('Buona sera!')


document.write()