<!DOCTYPE html>type="text/vbscript"i=hour(time)If i = 10 Thendocument.write("Just started...!")ElseIf i = 11 Thendocument.write("Hungry!")ElseIf i = 12 Thendocument.write("Ah, lunch-time!")ElseIf i = 16 Thendocument.write("Time to go home!")Elsedocument.write("Unknown")End If