<!-- Copyright Gerhard Geyer www.maldives.at  www@malediven.at -->
<!-- Hide the script from old browsers --
today = new Date()
if(today.getMinutes() <10){ 
pad = "0"}
else 
pad = "";
document.write ;if((today.getHours() >=0) && (today.getHours() <4)){
document.write("<bgsound SRC='sleep.wav' HEIGHT='1' WIDTH='1' AUTOSTART='true' HIDDEN='true' >")
}
if((today.getHours() >=4) && (today.getHours() <6)){
document.write("<bgsound SRC='early.wav' HEIGHT='1' WIDTH='1' AUTOSTART='true' HIDDEN='true' >")
}
if((today.getHours() >=6) && (today.getHours() <10)){
document.write("<bgsound SRC='morning.wav' HEIGHT='1' WIDTH='1' AUTOSTART='true' HIDDEN='true' >")
}
if((today.getHours() >=10) && (today.getHours() <17)){
document.write("<bgsound SRC='day.wav' HEIGHT='1' WIDTH='1' AUTOSTART='true' HIDDEN='true' >")
} 
if((today.getHours() >=17) && (today.getHours() <22)){
document.write("<bgsound SRC='evening.wav' HEIGHT='1' WIDTH='1' AUTOSTART='true' HIDDEN='true' >")
}
if((today.getHours() >=22) && (today.getHours() <23)){
document.write("<bgsound SRC='night.wav' HEIGHT='1' WIDTH='1' AUTOSTART='true' HIDDEN='true' >")
}
if((today.getHours() >=23) && (today.getHours() <24)){
document.write("<bgsound SRC='sleep.wav' HEIGHT='1' WIDTH='1' AUTOSTART='true' HIDDEN='true' >")
}
// -- End Hiding Here -->
