// JavaScript Document

<!--INSERT CONTENT HERE--> 
			var marqueecontents; 
			var marqueewidth=450; 
			var marqueeheight=800; 
			var speed=15; 
		marqueecontents = "<a href="News.htm"  >Announcement of Date of Board Meeting for considering unaudited Financial results for the quarter ended 31st March, 2006</a> ";
			document.write('<marquee direction="up" onMouseover="this.scrollAmount=0" onMouseout="this.scrollAmount='+speed+'" scrollAmount='+speed+' style="width:'+marqueewidth+'\;height:'+marqueeheight+'">'+marqueecontents+'</marquee>');
			
