<!-- 
tips = new Array(2) 

tips[0] = "<a href=http://www.moto-lines.tw/mnews/news_detail.aspx?i=275 target=_top><img src=http://i.imgur.com/n634E.jpg border=0 alt=kawasaki></a>"
tips[1] = "<a href=http://www.moto-lines.tw/mnews/news_detail.aspx?i=274 target=_top><img src=http://i.imgur.com/mBlN0.jpg border=0 alt=DUCATI></a>"


index = Math.floor(Math.random() * tips.length) 
document.write(tips[index]) 
//-->
 



