I wonder what time of the day it is:

<% if (hour(time) > 1) and (hour(time) < 12) then response.write ("") response.write ("
It is morning!!") elseif (hour(time) > 13) and (hour(time) < 19) then response.write ("") response.write ("
It is sometime in the afternoon") elseif (hour(time) > 18) and (hour(time) < 23) then response.write ("") resonsse.write ("
It is sometime in the afternoon") end if %>