tips = new Array(5);
tips[0] = "<a href='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/bp_4800TAPro2.html'><img src='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/newsbanner/news0.gif' border=0 width='120' height='90'></a><br>";
tips[1] = "<a href='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/bp_2448CUPro.html'><img src='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/newsbanner/news1.gif' border=0 width='120' height='90'></a><br>";
tips[2] = "<a href='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/bp_2448TAPro.html'><img src='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/newsbanner/news2.gif' border=0 width='120' height='90'></a><br>";
tips[3] = "<a href='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/bp_2448TAPlus.html'><img src='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/newsbanner/news9.gif' border=0 width='120' height='90'></a><br>";
tips[4] = "<a href='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/bp_6400TAPro.html'><img src='http://www.mustek.com.tw/html/prod_scan/BearPawVIP/newsbanner/news5.gif' border=0 width='120' height='90'></a><br>";
index = Math.floor(Math.random() * tips.length);
document.write("<center>" + tips[index] + "</center>");

