<!--
tips = new Array(2) // 定義矩陣，其中 Array 中的數字代表共有幾則廣告 // 寫入每則廣告的路徑，注意 tips 是從 0 開始 
tips[0] = "<a href=http://3388cc.idv.tw/lipi333.htm target=_blank><img src=http://11510.hiavchannel.com/images/banner120x60.gif border=0 ></a>" 
tips[1] = "<a href=http://080.520live.com/  target=_blank><img src=http://203.79.221.34/websales_popup/20080110_120x60.gif border=0 ></a>" 
tips[2] = "<a href=http://11510.hiavchannel.com/  target=_blank><img src=http://11510.hiavchannel.com/images/banner120x60.gif border=0 ></a>"
tips[3] = "<a href=http://11510.52meme.com/  target=_blank><img src=http://11510.258pp.com/BANNER/live173_20090728/banner120x60_live173.gif border=0 ></a>"
tips[4] = "<a href=http://11510.mm387.com/  target=_blank><img src=http://11510.mm387.com/images/120.gif border=0 ></a>"
index = Math.floor(Math.random() * tips.length) 
document.write(tips[index])
//-->