Tip: you can modify some code before running
<script language="JavaScript">Var mess1 = ""; var mess2 ="<font color=#FE960>Welcome to www.111cn.net!</font>"Document. write ("<center><b>") Day = new Date () hr = day. getHours () if (hr> = 0) & (hr <= 4) mess1 ="<font color=#FE960>Late at night, pay attention to your health...</font>"If (hr> = 4) & (hr <7) mess1 ="<font color=#FE960>Good morning. It's so early...</font>"If (hr> = 7) & (hr <12) mess1 ="<font color=#FE960>Good morning,</font>"If (hr> = 12) & (hr <= 13) mess1 ="<font color=#FE960>Lunch time,</font>"If (hr> = 13) & (hr <= 17) mess1 ="<font color=#FE960>Is the sun outside violent?</font>"If (hr> = 17) & (hr <= 18) mess1 ="<font color=#FE960>In the evening,</font>"If (hr> = 18) & (hr <= 19) mess1 ="<font color=#FE960>I am probably having dinner,</font>"If (hr> = 19) & (hr <= 23) mess1 ="<font color=#FE960>It's time for Golden internet access in the evening,</font>"Document. write (mess1) document. write (mess2) document. write ("</b></center>")</script>
Tip: you can modify some code before running