/******************************************************************* 
* File    : mynews1.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:16px;color:#000000");


	myScroller.addMessage("New locations opening soon:");
	myScroller.addMessage("York, PA");
