tips = new Array(8);
tips[0] = "<a href='http://www.mustek.com.tw/html/PMC.html'><img src='http://www.mustek.com.tw/images/PVR_BR4.jpg' border=0 width='738 height='121'></a><br>";
tips[1] = "<a href='http://www.mustek.com.tw/html/prod_camra/dv5500.html'><img src='http://www.mustek.com.tw/images/DV5500.jpg' border=0 width='738 height='121'></a><br>";
tips[2] = "<a href='http://www.mustek.com.tw/html/prod_camra/dv5500.html'><img src='http://www.mustek.com.tw/images/DV5500_2.jpg' border=0 width='738 height='121'></a><br>";
tips[3] = "<a'><img src='http://www.mustek.com.tw/images/m1.jpg' border=0 width='738 height='121'></a><br>";
tips[4] = "<a'><img src='http://www.mustek.com.tw/images/m2.jpg' border=0 width='738 height='121'></a><br>";
tips[5] = "<a'><img src='http://www.mustek.com.tw/images/m3.jpg' border=0 width='738 height='121'></a><br>";
tips[6] = "<a'><img src='http://www.mustek.com.tw/images/m4.jpg' border=0 width='738 height='121'></a><br>";
tips[7] = "<a'><img src='http://www.mustek.com.tw/images/m4.jpg' border=0 width='738 height='121'></a><br>";
index = Math.floor(Math.random() * tips.length);
document.write("<center>" + tips[index] + "</center>");


