/******************************************************************* 
* File    : mynews2.js
* Created : 2003/09/15
* Author  : Ramgopal Reddy Revuri	
* 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.setBgImage("images/oaklight.gif");
	myScroller.setShowTime(5);

	myScroller.addMessage("<a href=\"http://www.icicibank.com\" target=\"_blank\"><img src=\"images/icicilogo.gif\" border=0></a>");
	myScroller.addMessage("<a href=\"http://www.spbiotechpark.com\" target=\"_blank\"><img src=\"images/splogo.gif\" border=0></a>");
	myScroller.addMessage("<a href=\"http://www.apipr.org\" target=\"_blank\"><img src=\"images/apiprlogo.gif\" border=0></a>");
	myScroller.addMessage("<a href=\"http://www.andhrapradesh.com\" target=\"_blank\"><img src=\"images/govtlogo.gif\" border=0></a>");
