 <!--
tips = new Array(2) // 定義矩陣，其中 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/gallery/57/A-just-orange.jpg border=0 alt= width=728 height=90></embed></a>"
tips[1] = "<a href=http://taitsu-news.com/front/bin/ptlist.phtml?Category=370513 target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/92441/500993559.gif border=0 alt=中華郵政EMS width=728 height=90></a>"


index = Math.floor(Math.random() * tips.length)
 document.write(tips[index])
 //-->
