 <!--
tips = new Array(2) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告
  // 寫入每則廣告的路徑，注意 tips 是從 0 開始
tips[0] = "<a href= http://taitsu-news.com/front/bin/form.phtml?Nbr=9533 target=_self><img src=http://taitsu-news.com/ezfiles/taitsu/img/gallery/57/151030879.jpg border=0  width=300 height=250></embed></a>"
tips[1] = "<a href=http://taitsu-news.com/front/bin/ptlist.phtml?Category=393375 target=_self><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/92441/57102786.gif border=0  width=300 height=250></a>"
index = Math.floor(Math.random() * tips.length)
 document.write(tips[index])
 //-->
