<!--
tips = new Array(9) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告
// 寫入每則廣告的路徑，注意 tips 是從 0 開始
tips[0] = "<a href=http://3388cc.idv.tw/888.htm target=_blank><img src=http://adv.f1.com.tw/banner/live/banner-0427_120-1.gif border=0 ></a>"
tips[1] = "<a href=http://3388cc.idv.tw/69av.htm  target=_blank><img src=http://banner.love104.com/images/banner/12060pchome031217.gif border=0 ></a>"
tips[2] = "<a href=http://3388cc.idv.tw/02090.htm target=_blank><img src=http://adv.f1.com.tw/banner/live/banner-0427_120-1.gif border=0 ></a>"
tips[3] = "<a href=http://3388cc.idv.tw/1100.htm target=_blank><img src=http://banner.love104.com/images/banner/love104_120_05.gif border=0 ></a>"
tips[4] = "<a href=http://3388cc.idv.tw/300.htm target=_blank><img src=http://banner.av104.tv/images/banner/120_60_movies.gif border=0 ></a>"
tips[5] = "<a href=http://3388cc.idv.tw/0204.htm target=_blank><img src=http://banner.love104.com/images/banner/bn120.gif border=0 ></a>"
tips[6] = "<a href=http://3388cc.idv.tw/10042live.htm target=_blank><img src=http://adv.f1.com.tw/banner/live/banner-0427_120-1.gif border=0 ></a>"
tips[7] = "<a href=http://3388cc.idv.tw/1.11.htm target=_blank><img src=http://banner.love104.com/images/banner/120x60b_ut_role01.gif border=0 ></a>"
tips[8] = "<a href=http://3388cc.idv.tw/176.htm target=_blank><img src=http://banner.love104.com/images/banner/5.gif border=0 ></a>"
index = Math.floor(Math.random() * tips.length)
document.write(tips[index])
//-->























