<!--
document.write("Guest.&nbsp<font color=#E6B8B8 size=4>")
day = new Date()
hr = day.getHours()
if ((hr==5)||(hr==6)||(hr==7)||(hr==8)||(hr==9)||(hr==10))
document.write("<i>Good morning</i>")
if ((hr==11)||(hr==12))
document.write("<i>How are you</i>")
if ((hr==13)||(hr==14)||(hr==15)||(hr==16)||(hr==17))
document.write("<i>Good afternoon</i>")
if ((hr==18)||(hr==19)||(hr==20))
document.write("<i>Good evening</i>")
if ((hr==21)||(hr==22)||(hr==23)||(hr==0))
document.write("<i>Good night</i>")
if ((hr==1)||(hr==2)||(hr==3)||(hr==4))
document.write("<i>my friend, it is late at night !!!</i>")
//--->