--<SCRIPT Language="JavaScript"> tips = new Array(6); tips[0] = "◆ 小道消息1:內容1。"; tips[1] = "◆ 小道消息2:內容2。"; tips[2] = "◆ 小道消息3:內容3。"; tips[3] = "◆ 小道消息4:內容4。"; tips[4] = "◆ 小道消息5:內容5。"; tips[5] = "◆ 小道消息6:內容6。"; index = Math.floor(Math.random() * tips.length); document.write("<CENTER>" + tips[index] + "</CENTER><P>"); </SCRIPT>--