/******************************************************************* * 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'>NSCBD of UN selected CISSA as Indian Partner for IYB 2010 celebrations<br><a href='http://cissa.co.in/iyb.html'> <font color='#000000'>More Details »</FONT></a></span>");

