 <!--
tips = new Array(4) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告
  // 寫入每則廣告的路徑，注意 tips 是從 0 開始
tips[0] = "<a href=http://taitsu-news.com/front/bin/ptdetail.phtml?Part=https-74&Category=392889 target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/125175/A-just-black.gif border=0 alt= width=728 height=90></embed></a>"
tips[1] = "<a href=http://taitsu-news.com/front/bin/ptdetail.phtml?Part=https-75&Category=392889 target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/gallery/77/190846104.gif border=0 width=728 height=90></a>"
tips[2] = "<a href=http://keetai.znet.tw/index.php target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/137079/148599598.jpg border=0 width=728 height=90></a>"
tips[3] = "<a href=http://keetai.znet.tw/index.php target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/137079/647639276.jpg border=0 width=728 height=90></a>"


index = Math.floor(Math.random() * tips.length)
 document.write(tips[index])
 //-->
