<!-- Hide this script from old browsers --
  today = new Date()
    if(today.getMinutes() < 10){ 
        pad = "0"}
    else  
    pad = "";
  document.write    ;if((today.getHours() >=6) && (today.getHours() <=9)){
document.write("God morgen")
}
   if((today.getHours() >=10) && (today.getHours() <=12)){
document.write("God dag")
}
    if((today.getHours() >=13) && (today.getHours() <=17)){
document.write("God ettermiddag")
}    
    if((today.getHours() >=18) && (today.getHours() <=23)){
document.write("God kveld")
}
    if((today.getHours() >=0) && (today.getHours() <=4)){
document.write("God natt")
}
    if((today.getHours() >=4) && (today.getHours() <=6)){
document.write("God morgen, du er tidlig oppe")
}
// -- End Hiding Here -->
