 <!--
tips = new Array(4) // 定義矩陣，其中 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-life.com/front/bin/ptdetail.phtml?Part=shop-009&Category=348219 target=_self><img src=http://taitsu-news.com/ezfiles/taitsu/img/gallery/57/furo.jpg border=0   width=300 height=250></a>"
tips[2] = "<a href=http://taitsu-life.com/front/bin/ptdetail.phtml?Part=TPESY-014&Category=317839 target=_self><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/92441/alohas-2.gif border=0  width=300 height=250></a>"
tips[3] = "<a href=http://taitsu-life.com/front/bin/ptdetail.phtml?Part=shop-002&Category=348219 target=_self><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/92441/130192351.gif border=0  width=300 height=250></a>"

index = Math.floor(Math.random() * tips.length)
 document.write(tips[index])
 //-->
