這是由日本人所寫的程式,原作者Dice,這個程式在IE上每60秒左右會更新一次,在NE上則不會隨時間變換。


<IFRAME SRC="http://www.pluto.dti.ne.jp/~dmashiko/daisuke/pclocke/pikaclk.html" frameborder="1" width="240" height="180">
<TABLE border="0">
<TR>
<TD><IMG src="http://www.pluto.dti.ne.jp/~dmashiko/daisuke/pclock/wood.gif" height="30" width="200"></TD></TR>
<TR>
<TD background="http://www.pluto.dti.ne.jp/~dmashiko/daisuke/pclock/bgboard2.gif"><FONT color="white">
<SCRIPT language="JavaScript">
<!--

myHour = new Date();
myMinute = new Date();
mySecond = new Date();
myYear = new Date();
myMonth = new Date();
myDate = new Date();
myWeek = new Date();
day = new Array("red>SUN","richblue>MON","deeppink>TUES","lightblue>WEDNES","lightgreen>THURS","yellow>FRI","lightgrey>SATUR");
ransu = Math.random();
ransu = ransu*10
ransu = Math.round(ransu);
filename = "http://www.pluto.dti.ne.jp/~dmashiko/daisuke/pclock/pika"+ransu+".gif";

document.write("<img src=",filename," align=left>");
document.write("<b>It is","<BR>",myMonth.getMonth()+1,"/",
myDate.getDate(),"/19",myYear.getYear(),"<BR><font color=",day[myWeek.getDay()],"DAY</font>","<BR>");
document.write("Time: <font size=+2></b>",myHour.getHours(),":",myMinute.getMinutes(),"","</font><BR>");
document.write("<a href=http://wgym.pokemon.net/ target=_blank><font size=-1 color=lightblue>","by Wakamatsu Gym</a>");

// -->
</SCRIPT>
</FONT></TD></TR>
</TABLE>

</IFRAME>