<!-- 
tips = new Array(5) 

tips[0] = "<a href=2011-moto/bonneville-se.html target=_top><img src=top-banner/TOP2/classic-1.jpg border=0 alt=TRIUMPH></a>"
tips[1] = "<a href=2011-moto/scrambler.html target=_top><img src=top-banner/TOP2/classic-2.jpg border=0 alt=TRIUMPH></a>"
tips[2] = "<a href=2011-moto/bonneville-t100.html target=_top><img src=top-banner/TOP2/classic-3.jpg border=0 alt=TRIUMPH></a>"
tips[3] = "<a href=2011-moto/bonneville-t100.html target=_top><img src=top-banner/TOP2/classic-4.jpg border=0 alt=TRIUMPH></a>"
tips[4] = "<a href=2011-moto/thruxton.html target=_top><img src=top-banner/TOP2/classic-5.jpg border=0 alt=TRIUMPH></a>"


index = Math.floor(Math.random() * tips.length) 
document.write(tips[index]) 
//-->
 

