function news()
{
	window.open('news.html','News','toolbar=0, top=0, left=0, width=800, height=1101, scrollbars=1, resizable=1')
}

		var ajscroll_1 = new AJScroller();
		ajscroll_1.name = 'ajscroll_1';
		ajscroll_1.type = 0;
		ajscroll_1.width = 650;
		ajscroll_1.height = 55;
		ajscroll_1.scrollspeed = 90;
		ajscroll_1.pausedelay = 0;
		ajscroll_1.pausemouseover = true;
		ajscroll_1.itemwidth = 100;

		//Blanks
		ajscroll_1.add('<br><br>');

		ajscroll_1.add('<p class="news"><b>First IVF (Test Tube Baby) Clinic</b> in the Coastal Districts of Andhra Pradesh and Orissa (1996).</p><br>');																							
					
		ajscroll_1.add('<p class="news"><b>First IVF (Test Tube) Baby </b>in the Coastal Districts of Andhra Pradesh (1997)</p><br>');	
												
		ajscroll_1.add('<p class="news"><b>First ICSI baby </b>was born on 13th, Sepetember 1998 in the state of Andhra Pradesh.</p><br>');
												
		ajscroll_1.add('<p class="news"><b>First Baby</b> was born by <b>Testicular Sperm Aspiration (TESA) </b>in Andhra Pradesh on 22nd, December 1998</p><br>');																					
		
		ajscroll_1.add('<p class="news"><b>First laser baby </b>by Assisted Hatching was Born on 5th March, 2000 in South India</p><br>');																					
		
		ajscroll_1.add('<p class="news">First authorized training centre for <b>IVF/Endoscopy/Ultrasound </b>Trained >200 gynecs in infertility,endoscopy and ultrasound</p><br>');
		
		ajscroll_1.add('<p class="news">Leading IVF centre in chennai was trained by <b>Dr G A Rama Raju</b> and further training is given on a ongoing basis.</p><br>');
		
		ajscroll_1.add('<p class="news">First in the country to introduce new technology for embryo freezing know as <b>VITRIFICATION</b> (2004)</p><br>');		
		
		ajscroll_1.add('<p class="news"> <b>First Twins Delivered </b> using  <b>PGD & FISH Technology </b> - Aug, 2006 </p><br>');		
		
		ajscroll_1.add('<p class="news"> <b>DNA Fragmentation Assay (Inhouse) was introduced (2009) </b></p><br>');			
											
		ajscroll_1.display();
		onload = function(){InitializePage();ajscroll_1.start();random_iframe();};
												
												