	var marqueeheight=19
			var path = document.URL;
			if(path=='http://www.cleanganga.com')
			{
				var marqueewidth=780;
			}
			else if(path=='http://www.cleanganga.com/')
			{
				var marqueewidth=780;
			}
			else if(path=='http://www.cleanganga.com/index.php')
			{
				var marqueewidth=780;
			}

			else
			{
				var marqueewidth=520;
			}
			
			var speed=3;
			var ticker="Ganga water quality sample collected at 0900 hrs on 31/01/2003 at Tulsi Ghat showed that the fecal coliform count was 53000/100 ml. This is 10600 per cent above the Indian standard for bathing in a river. Fecal coliform is a measurement of human and animal waste in water."
			var marqueecontents='<font face=verdana size=1>'+ticker+'</font>';

			if (document.all)
			document.write('<marquee scrollAmount='+speed+' style="width:'+marqueewidth+'">'+marqueecontents+'</marquee>')

				function regenerate()
				{
					window.location.reload()
				}
				function regenerate2()
				{
					if (document.layers)
					{
						setTimeout('window.onresize=regenerate',450)
						intializemarquee()
					}
				}		

			function intializemarquee()
				{		document.cmarquee01.document.cmarquee02.document.write('<nobr>'+marqueecontents+'</nobr>')
				document.cmarquee01.document.cmarquee02.document.close()
				thelength=document.cmarquee01.document.cmarquee02.document.width
				scrollit()
				}

			function scrollit()
				{
					if (document.cmarquee01.document.cmarquee02.left>=thelength*(-1)){
					document.cmarquee01.document.cmarquee02.left-=speed
					setTimeout('scrollit()',100)
				}
			else
				{
					document.cmarquee01.document.cmarquee02.left=marqueewidth
					scrollit()
				}
	}

	window.onload=regenerate2