 <!--
tips = new Array(4) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告
  // 寫入每則廣告的路徑，注意 tips 是從 0 開始
tips[0] = "<a href= http://event.rakuten.co.jp/borderless/?scid=we_ich_tw_twt_002 target=_blank><img src=http://taitsu-news.com/ezfiles/taitsu/img/gallery/57/20091207_borderless_allpurpose_300x250aa.jpg border=0  width=300 height=250></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/185244866.gif border=0  width=300 height=250></a>"
tips[2] = "<a href=http://taitsu-life.com/front/bin/ptdetail.phtml?Part=shop-010&Category=363591 target=_self><img src=http://taitsu-news.com/ezfiles/taitsu/img/img/92441/724767135.gif border=0  width=300 height=250></a>"
tips[3] = "<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])
 //-->