<!--
tips = new Array(7)

tips[0] = "<a href='http://www.ictstore.com.tw/'  target=_blank><img src='images/banner/b01.gif' width='180' height='80' border=0 alt='百大商圈樂活網'></a>"

tips[1] = "<a href='http://www.shinshe.org.tw/ ' target=_blank><img src='images/banner/b02.jpg' width='180' height='80' border=0 alt='新社樂活漫遊入口網'></a>"

tips[2] = "<a href='http://tw.lukanglbs.com.tw/lk/' target=_blank><img src='images/banner/b03.jpg' width='180' height='80' border=0 alt='鹿上風光'></a>"

tips[3] = "<a href='http://tw.hengchunlbs.com.tw/hc/' target=_blank><img src='images/banner/b04.jpg' width='180' height='80' border=0 alt='半島樂園地圖情報站'></a>"

tips[4] = "<a href='http://www.ximen.com.tw/' target=_blank><img src='images/banner/b05.gif' width='180' height='80' border=0 alt='西門町'></a>"

tips[5] = "<a href='http://www.otop.tw/' target=_blank><img src='images/banner/AD-03.jpg' width='180' height='80' border=0 alt='地方特色網'></a>"

tips[6] = "<a href='http://assist.nat.gov.tw/GIP/wSite/mp?mp=2' target=_blank><img src='images/banner/AD-01.jpg' width='180' height='80' border=0 alt='企業輔導網'></a>"

index = Math.floor(Math.random() * tips.length)
document.write(tips[index])
//-->


