/*+===============================

	IPBChina.Com

	帖??隨機信??

===============================+*/

//??條目??
tips = new Array(3);
//條目?容
tips[0] = '<a href=http://www.jiuyang.com.tw/ target=_blank><img src=http://webimg.audiclub.com.tw/jiuyang-banner.jpg border=0 alt=ට?></a><br>';
tips[1] = '<a href=http://www.sportec.tw/ target=_blank><img src=http://webimg.audiclub.com.tw/vicgmbh-banner.jpg border=0 alt=Sportec></a><br>';
tips[2] = '<a href=http://www.jiuyang.com.tw/ target=_blank><img src=http://webimg.audiclub.com.tw/jiuyang-banner.jpg border=0 alt=ට?></a><br>';



index = Math.floor(Math.random() * tips.length);
document.write(tips[index]);


