/******************************************************************* 
* File    : mynews2.js
* Created : 2002/02/16 
* puropose : This file creates the news scroller and adds messages to it.
***********************************************************************/ 

	var myScroller = new JSFX.VerticalScroller();

	myScroller.setStyle("font-family: Verdana, Arial, Helvetica, sans-serif;font-size:12px; color: #FFFFFF;");
	myScroller.setShowTime(5);
	myScroller.setBgImage("images/bottom_back.gif");

	myScroller.addMessage("Twice the winner of the Construction Contractor Crane Lift Award of the Year");


