<script
language="JavaScript"><!--
tips = new Array(4);
tips[0] = "◎◎◎◎◎";
tips[1] = "◎◎◎◎◎";
tips[2] = "◎◎◎◎◎";
tips[3] = "◎◎◎◎◎";
index = Math.floor(Math.random() * tips.length);
document.write("<CENTER><P><B><FONT SIZE=4 COLOR=DARKBLUE>" + tips[index] + "</CENTER></FONT></B></P>");
// --></script>
沒有留言:
張貼留言