
//Specify the marquee's width (in pixels)
	var marqueewidth="200px";
	//Specify the marquee's height
	var marqueeheight="190px";
	//Specify the marquee's marquee speed (larger is faster 1-10)
	var marqueespeed=1;
	//Pause marquee onMousever (0=no. 1=yes)?
	var pauseit=1;
	//Specify the marquee's content
	//Keep all content on ONE line, and backslash any single quotations (ie: that\'s great):
	//var marqueecontent='<span class="black10"><p><a href="pressroom/ind_rail_tele.asp" class="black10link">FIRST Telemedicine Project for Indian Railways Implemented by TeleVital</a><span class="black10"><p><a href="pressroom/fda_clear.asp" class="black10link">TeleVital Inc. has received FDA clearance for its VitalWare VMS remote real-time bed-side monitoring solution.</a><span class="black10"><p><a href="pressroom/kuppam.asp" class="black10link">Kuppam HP i-community: World Business Council for Sustainable Development</a><span class="black10"><p><a href="pressroom/business.asp" class="black10link">Tech changes will impact telemedicine - Business Standard - Bangalore March 21, 2005: </a><span class="black10"><p><a href="pressroom/ilinx.asp" class="black10link">I-LINX and TeleVital\'s Telemedicine Solution  - VMW Monthly, 15 Feb 2005</a><p><span class="black10"><p><a href="pressroom/vijaya7feb05.asp" class="black10link">ISRO leads healthcare revolution in the country  - Vijay Times, 7 Feb 05</a><p><a href="pressroom/sid27sep04.asp" class="black10link">Inauguration of Vikram Hospital Telemedicine Centre by Hon’ able Karnataka Deputy Chief Minister Shri Siddramaiah, entire technology support by TeleVital - The Hindu, 27 Sep 04</a><p><a href="pressroom/hindu30sep04.asp" class="black10link">E-nabling India&#39;s rural reaches - The Hindu, 30 Sep 04</a><p><a href="pressroom/businessonline27sep04.asp" class="black10link">Tech&#39;s Future - BusinessWeek Online, 27 Sep 04</a><p><a href="pressroom/telem27sep04.asp" class="black10link">Telemedicine facilities for Mercara district - Vijay Times, 27 Sep 04</a><p><a href="pressroom/ictMM26sep04.asp" class="black10link">ICT for Masses, where TeleVital participated actively - The Mysore Mail, 26 Sep 04</a><p><a href="pressroom/mysoreIT_BS.asp" class="black10link">MysoreIT.com to focus on rural potential - Vijay Times, 7 Sep 04</a><p><a href="pressroom/cpo_vijay.asp" class="black10link">CPO should open window to opportunities - Vijay Times, 21 Jul 04</a><p><a href="pressroom/hallof_times.asp" class="black10link">Hall of electronics opens at Visvesvaraya Museum - The Times of India, 30 June 04</a><p><a href="pressroom/malavalli_times.asp" class="black10link">Malavalli expects India to become a storage hub - The Times of India, 30 June 04</a><p><a href="pressroom/news2004.asp" class="black10link">A "virtual Reality corner" at Visvesvaraya museum  - The Hindu, 30 June 04</a></span>';
	
	var marqueecontent='<span class="black10"><p><a href="pressroom/news2008.asp" class="black10link">Seychelles - Victoria Hospital now linked to Specialists in India</a></p><p><a href="pressroom/news2008.asp" class="black10link">Telemedicine for All,<br> Interview : <br>Prof. Shivaram Malavalli,&quot;Industry Speak&quot; section of June 2008 issue of eHEALTH</a></p><p><a href="pressroom/20080428_outlook.asp" class="black10link">Remote scalpel - Patchy health infrastructure and shortage of doctors in rural areas makes India a perfect ground to push telemedicine</a></p><p><a href="pressroom/news2008.asp" class="black10link">TCIL awards telemedcine solution  contract to TeleVital</a></p><p><a href="pressroom/news2007.asp" class="black10link">TeleVital successfully demonstrated telemedicine solution at International Astronautical Congress.</a></p><p><a href="pressroom/news2007.asp" class="black10link">TeleVital sets a new trend-Provides customized solution to Insurance firm.</a></p><p><a href="pressroom/20061212_indus_hindu.asp" class="black10link">Ensuring quality healthcare to rural people at a low cost - The Hindu, Tuesday, December 12, 2006</a></p><p><a href="pressroom/20061212_indus_dh.asp" class="black10link">Tele-medicare unit setup at Indus School - Deccan Herald, Tuesday, December 12, 2006</a></p><p><a href="pressroom/20061208_indus_toi.asp" class="black10link">Monitor your child\'s health from anywhere - Times of India, Bangalore, Friday, December 08, 2006</a></p><p><a href="pressroom/Intel_Jaagruti.asp" class="black10link">TeleVital is now in a community alliance with Intel&reg; in its &quot;Jaagruti&quot; program - April 2006</a></p> <p><a href="pressroom/ind_rail_tele.asp" class="black10link">FIRST Telemedicine Project for Indian Railways Implemented by TeleVital</a></p> <p><a href="pressroom/fda_clear.asp" class="black10link">TeleVital Inc. has received FDA clearance for its VitalWare VMS remote real-time bed-side monitoring solution.</a></p><p><a href="pressroom/business.asp" class="black10link">Tech changes will impact telemedicine - Business Standard - Bangalore March 21, 2005: </a></p> <p><a href="pressroom/ilinx.asp" class="black10link">I-LINX and TeleVital\'s Telemedicine Solution  - VMW Monthly, 15 Feb 2005</a></p> <p><a href="pressroom/vijaya7feb05.asp" class="black10link">ISRO leads healthcare revolution in the country  - Vijay Times, 7 Feb 05</a></p> </span>';

	////NO NEED TO EDIT BELOW THIS LINE////////////
	marqueespeed=(document.all)? marqueespeed : Math.max(1, marqueespeed-1) //slow speed down by 1 for NS
	var copyspeed=marqueespeed
	var pausespeed=(pauseit==0)? copyspeed: 0;
	var iedom=document.all||document.getElementById;
	var actualheight='';
	var cross_marquee, ns_marquee;

	function populate(){
	if (iedom){
	cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
	cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
	cross_marquee.innerHTML=marqueecontent
	actualheight=cross_marquee.offsetHeight
	}
	else if (document.layers){
	ns_marquee=document.ns_marquee.document.ns_marquee2
	ns_marquee.top=parseInt(marqueeheight)+8
	ns_marquee.document.write(marqueecontent)
	ns_marquee.document.close()
	actualheight=ns_marquee.document.height
	}
	lefttime=setInterval("scrollmarquee()",40)
	}
	window.setTimeout(populate,10)
	function scrollmarquee(){

	if (iedom){
	if (parseInt(cross_marquee.style.top)>(actualheight*(-1)+8))
	cross_marquee.style.top=parseInt(cross_marquee.style.top)-copyspeed+"px"
	else
	cross_marquee.style.top=parseInt(marqueeheight)+8+"px"
	}
	else if (document.layers){
	if (ns_marquee.top>(actualheight*(-1)+8))
	ns_marquee.top-=copyspeed
	else
	ns_marquee.top=parseInt(marqueeheight)+8
	}
	}

	if (iedom||document.layers){
	with (document){
	if (iedom){
	write('<div style="position:relative;width:'+marqueewidth+';height:'+marqueeheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed">')
	write('<div id="iemarquee" style="position:absolute;left:0px;top:0px;width:100%;">')
	write('</div></div>')
	}
	else if (document.layers){
	write('<ilayer width='+marqueewidth+' height='+marqueeheight+' name="ns_marquee">')
	write('<layer name="ns_marquee2" width='+marqueewidth+' height='+marqueeheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=marqueespeed"></layer>')
	write('</ilayer>')
	}
	}
	}