<!--
now = new Date();
now.setTime((now.getTime()+now.getTimezoneOffset()*60*1000)+(3*60*60*1000));
date = now.getHours();
if (date < 6) {document.write("Geceniz xeyir!")}
else {if (date < 11) {document.write("Sabahiniz xeyir!")}
else {if (date < 17) {document.write("Gunortaniz xeyir!")}
else {if (date < 23) {document.write("Axshaminiz xeyir!")}
else {document.write("Geceniz xeyir!")}
}
}
}
//-->

