<!-- 
tips = new Array(5) 

tips[0] = "<a href=2011-moto/thunderbird.html target=_top><img src=top-banner/TOP4/cruiser-1.jpg border=0 alt=TRIUMPH></a>"
tips[1] = "<a href=2011-moto/rocket.html target=_top><img src=top-banner/TOP4/cruiser-2.jpg border=0 alt=TRIUMPH></a>"
tips[2] = "<a href=2011-moto/speedmaster.html target=_top><img src=top-banner/TOP4/cruiser-3.jpg border=0 alt=TRIUMPH></a>"
tips[3] = "<a href=2011-moto/america.html target=_top><img src=top-banner/TOP4/cruiser-4.jpg border=0 alt=TRIUMPH></a>"
tips[4] = "<a href=2011-moto/america.html target=_top><img src=top-banner/TOP4/cruiser-5.jpg border=0 alt=TRIUMPH></a>"


index = Math.floor(Math.random() * tips.length) 
document.write(tips[index]) 
//-->
 

