<!-- 
tips = new Array(1) 

tips[0] = "<a href=news-center/news-120112.html target=_top><img src=top-banner/120112.jpg border=0 alt=TRIUMPH></a>"



index = Math.floor(Math.random() * tips.length) 
document.write(tips[index]) 
//-->
 

