/******************************************************************* * 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("<span style='background-color: #E1E6E4'><b>Global Ayurveda Festival</b><br>Date: 9 - 14 February 2012<br>Venue: Thiruvananthapuram, Kerala, India.<br><a href='http://www.gaf.co.in'> <font color='#000000'>More Details »</FONT></a></span>");

