<!--
tips = new Array(2) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告 // 寫入每則廣告的路徑，注意 tips 是從 0 開始 
tips[0] = "<a href=http://11510.hiavchannel.com/ target=_blank><img src=http://11510.hiavchannel.com/images/banner468x60.gif border=0 ></a>" 
tips[1] = "<a href=http://11510.live173.com/  target=_blank><img src=http://11510.258pp.com/BANNER/live173_20090728/banner468x60_live173.gif border=0 ></a>" 
tips[2] = "<a href=http://11510.hiavchannel.com/  target=_blank><img src=http://11510.258pp.com/BANNER/live173_20060327/46860.gif border=0 ></a>"
tips[3] = "<a href=http://11510.52meme.com/  target=_blank><img src=http://11510.mm387.com/images/468.gif border=0 ></a>"
tips[4] = "<a href=http://11510.hiavchannel.com/  target=_blank><img src=http://11510.hiavchannel.com/images/banner468x60.gif border=0 ></a>"
index = Math.floor(Math.random() * tips.length) 
document.write(tips[index])
//-->