<!--
tips = new Array(13) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告
// 寫入每則廣告的路徑，注意 tips 是從 0 開始
tips[0] = "<a href=http://3388cc.idv.tw/1100.htm target=_blank><img src=http://www.watchshow.tv/banner/468_60/004.gif border=0 ></a>"
tips[1] = "<a href=http://5858.cc/1010.htm target=_blank><img src=http://www.watchshow.tv/banner/468_60/002.gif border=0 ></a>"
tips[2] = "<a href=http://5858.cc/1020.htm target=_blank><img src=http://www.watchshow.tv/banner/468_60/003.gif border=0 ></a>"
tips[3] = "<a href=http://5858.cc/1030.htm target=_blank><img src=http://www.watchshow.tv/banner/468_60/005.gif border=0 ></a>"
tips[4] = "<a href=http://3388cc.idv.tw/10042.htm target=_blank><img src=http://www.watchshow.tv/banner/468_60/006.gif border=0 ></a>"
tips[5] = "<a href=http://3388cc.idv.tw/1.11.htm target=_blank><img src=http://www.love104.com/join/images/banner/468x60b_hungya_role01.gif border=0 ></a>"
tips[6] = "<a href=http://3388cc.idv.tw/10042live.htm target=_blank><img src=http://banner.love104.com/images/banner/love104_2005_new_024.gif border=0 ></a>"
tips[7] = "<a href=http://3388cc.idv.tw/300.htm target=_blank><img src=http://banner.love104.com/images/banner/love104_2005_new_022.gif border=0 ></a>"
tips[8] = "<a href=http://5858.cc/998.htm target=_blank><img src=http://banner.love104.com/images/banner/love104_2005_new_022.gif border=0 ></a>"
tips[9] = "<a href=http://5858.cc/997.htm target=_blank><img src=http://5858.cc/images/684-468x60.gif border=0 ></a>"
tips[10] = "<a href=http://080.520live.com/ target=_blank><img src=http://banner.love104.com/images/banner/love104_2005_new_023.gif border=0 ></a>"
tips[11] = "<a href=http://3388cc.idv.tw/02090.htm target=_blank><img src=http://adv.f1.com.tw/banner/live/banner-0427_468-1.gif border=0 ></a>"
tips[12] = "<a href=http://3388cc.idv.tw/666av.htm target=_blank><img src=http://adv.f1.com.tw/banner/live/banner-0427_468-1.gif border=0 ></a>"
index = Math.floor(Math.random() * tips.length)
document.write(tips[index])
//-->

































