/******************************************************************* 
* File    : most_popular_Scroller.js
* Created : 2003/03/25
* puropose : This file creates the news scroller and adds messages to it.
***********************************************************************/ 
	
	var most_popular_Scroller = new JSFX.VerticalScroller();

	most_popular_Scroller.setAnimation(3,2);
	
	most_popular_Scroller.setShowTime(5);

