/******************************************************************* 
* 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;font-size:10px;");
	myScroller.setShowTime(2);

myScroller.addMessage("<b>Ananthapuri Institute of Paramedical Sciences</b><br>Admission Notification<br><a href='http://www.ananthapurihospitals.com/about_us/paramedical.html'> More Details »</a>");		
