
<!-- Hide the script from old browsers --
today = new Date()
if(today.getMinutes() < 10){ 
pad = "0"}
else 
pad = "";
document.write ;if((today.getHours() <=5) && (today.getHours() >=9)){
document.write("<b>Guten Morgen.</b>")

}
if((today.getHours() >=10) && (today.getHours() <=11)){
document.write("<b>Grüss Gott.</b> ")


}
if((today.getHours() >=12) && (today.getHours() <=13)){
document.write("<b>Grüss Gott.</b> ")


}
if((today.getHours() >=14) && (today.getHours() <=16)){
document.write("<b>Einen sch&ouml;nen Nachmittag.</b>")
} 
if((today.getHours() >=17) && (today.getHours() <=23)){
document.write("<b>Guten Abend.</b>")
}
if((today.getHours() >=0) && (today.getHours() <=9)){
document.write("<b>Guten Morgen.</b>")





}
// -- End Hiding Here -->





