/******************************************************************* 
* 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, Arial, Helvetica, sans-serif;font-size:11px;");
	myScroller.setShowTime(2);

		myScroller.addMessage("'Twinkle Twinkle Little Star' All India Release on 12th February 2010  <a href='http://www.twinkletwinklelittlestar2009.com/' target='_blank'>More »</a>");
		myScroller.addMessage("'Twinkle Twinkle Little Star' All India Release on 12th February 2010  <a href='http://www.twinkletwinklelittlestar2009.com/' target='_blank'>More »</a>");
	
 
 
  