<% Dim h h = hour(now()) response.write("
" & now()) response.write(" (Norwegian Time)
") If h < 12 then response.write("Good Morning!") else response.write("Good day!") end if %>