
var current= new Date()
var day_night=current.getHours()

if (day_night==0) document.write("God Aften")
if (day_night==1) document.write("God Aften")
if (day_night==2) document.write("God Natt")
if (day_night==3) document.write("God Natt")
if (day_night==4) document.write("God Natt")
if (day_night==5) document.write("God Morgen")
if (day_night==6) document.write("God Morgen")
if (day_night==7) document.write("God Morgen")
if (day_night==8) document.write("God Morgen")
if (day_night==9) document.write("God Morgen")
if (day_night==10) document.write("God Formiddag")
if (day_night==11) document.write("God Formiddag")
if (day_night==12) document.write("God Formiddag")
if (day_night==13) document.write("God Dag")
if (day_night==14) document.write("God Dag")
if (day_night==15) document.write("God Dag")
if (day_night==16) document.write("God Dag")
if (day_night==17) document.write("God Ettermiddag")
if (day_night==18) document.write("God Ettermiddag")
if (day_night==19) document.write("God Ettermiddag")
if (day_night==20) document.write("God kveld")
if (day_night==21) document.write("God kveld")
if (day_night==22) document.write("God kveld")
if (day_night==23) document.write("God kveld")

