 <!--
tips = new Array(3) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告
  // 寫入每則廣告的路徑，注意 tips 是從 0 開始
tips[0] = "<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/185244866.gif border=0  width=300 height=250></a>"
tips[1] = "<a href=http://taitsu-news.com/front/bin/ptdetail.phtml?Part=shop-011&Category=391695 target=_self><img src=http://taitsu-news.com/ezfiles/taitsu/img/gallery/57/149866056.gif border=0  width=300 height=250></a>"
tips[2] = "<a href=http://taitsu-news.com/front/bin/ptlist.phtml?Category=375201 target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/92441/200682623.gif border=0  width=300 height=250></a>"

index = Math.floor(Math.random() * tips.length)
 document.write(tips[index])
 //-->
