<!-- Verstecken für ältere Browser --
ShimoLaTewa = new Date()
if(ShimoLaTewa.getMinutes() < 10){
pad = "0"}
else
pad = "";
document.write ;if((ShimoLaTewa.getHours()
>6) && (ShimoLaTewa.getHours() <=10)){
document.write("<font color=#008000>Habari za asubuhi! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= Good morning! (literal translation: \"News of the morning!\")&nbsp;(response: Nzuri!)</font>")
//nach 6 Uhr bis 11 Uhr
}
if((ShimoLaTewa.getHours() >10)
&& (ShimoLaTewa.getHours() <=13)){
document.write("<font color=#cc9900>Habari za mchana! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = It\'s lunchtime! (literal translation: \"News of (after)noon!\")&nbsp;(response: Nzuri!)</font>")
//nach 11 Uhr bis 13 Uhr
}
if((ShimoLaTewa.getHours() >13)
&& (ShimoLaTewa.getHours() <=17)){
document.write("<font color=#800000>(1) Habari gani? / (2) Hujambo? &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = (1) Hello! / How do you do!  (literal translation: \"News which?\") / (2) How are you?</font>")
// nach 12 Uhr bis 16 Uhr
}
if((ShimoLaTewa.getHours() >17)
&& (ShimoLaTewa.getHours() <=21)){
document.write("<font color=#000099>Habari za jioni! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Good evening! (literal translation: \"News of the evening!\")&nbsp;(response: Nzuri!)</font>")
//nach 17 Uhr bis 21 Uhr
}

if((ShimoLaTewa.getHours() >21)
&& (ShimoLaTewa.getHours() <=23)){
document.write("<font color=#666666>Habari za jioni! / Lala salama! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = Good evening! / Good night! or Sleep well!</font>")
//nach 21 Uhr bis 0 Uhr
}

if((ShimoLaTewa.getHours() >=0)
&& (ShimoLaTewa.getHours() <=4)){
document.write("<font color=#ff0000>Je, unapenda kukesha? / Lala salama! &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= Are you a night owl? / Sleep well!</font>")
}
if((ShimoLaTewa.getHours() >4)
&& (ShimoLaTewa.getHours() <=6)){
document.write("<font color=#ff0000>Yaani umekwisha amka au bado uko macho? &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;= Did you wake up in the middle of the night or are you still awake?</font>")
}
// -- Ende verstecken -->