 <!--
tips = new Array(2) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告
  // 寫入每則廣告的路徑，注意 tips 是從 0 開始
tips[0] = "<a href=http://taitsu-news.com/front/bin/ptlist.phtml?Category=364583 target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/92441/bannerCI1-2.jpg border=0  width=670 height=200></embed></a>"
tips[1] = "<a href=http://taitsu-life.com/front/bin/ptlist.phtml?Category=358771 target=_blank><img src=http://taitsu-life.com/ezfiles/taitsu-life/img/img/118881/670200-jp.jpg border=0  width=670 height=200></a>"

index = Math.floor(Math.random() * tips.length)
 document.write(tips[index])
 //-->
