tips = new Array(5);
tips[0] = "<a href='http://www.mustek.com.tw/html/prod_camra/dv4000.html'><img src='http://www.mustek.com.tw/html/prod_camra/newsbanner/news0.gif' border=0 width='120' height='90'></a><br>";
tips[1] = "<a href='http://www.mustek.com.tw/html/prod_camra/dv5000.html'><img src='http://www.mustek.com.tw/html/prod_camra/newsbanner/dv5000.gif' border=0 width='120' height='90'></a><br>";
tips[2] = "<a href='http://www.mustek.com.tw/html/prod_camra/mdc6500z.html'><img src='http://www.mustek.com.tw/html/prod_camra/newsbanner/news2.gif' border=0 width='120' height='90'></a><br>";
tips[3] = "<a href='http://www.mustek.com.tw/html/prod_camra/dv5500.html'><img src='http://www.mustek.com.tw/html/prod_camra/newsbanner/dv5500.gif' border=0 width='120' height='90'></a><br>";
tips[4] = "<a href='http://www.mustek.com.tw/html/prod_camra/mdc5500z.html'><img src='http://www.mustek.com.tw/html/prod_camra/newsbanner/news4.gif' border=0 width='120' height='90'></a><br>";
tips[5] = "<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>";
index = Math.floor(Math.random() * tips.length);
document.write("<center>" + tips[index] + "</center>");

