
			<!-- use array to store the message hyperlink on line 70 -->
			var index = 1
			var slide_in_speed = 900;<!-- millisecond duration of slide into view -->
			var slide_out_speed = 900;
			text = new Array(1);
			text[0] =




'Welcome to Metro Health online. Get your H1N1 and seasonal flu vaccinations now. &nbsp;<a style="color: #ffffff" a href=http://www.flucliniclocator.org/>Find a provider.&nbsp;</a> Novel H1N1 Influenza A Pandemic. &nbsp;<a style="color: #ffffff" <a href=H1N1.html>Click here for the latest information.&nbsp;</a> November 19 is the Great American Smokeout. Quitting is not easy, but now you have help. 1-877-YES-QUIT. FREE HIV testing at the Central Library, 600 Soledad, on World AIDS Day - December 1, 1 - 5 P.M. Public Health Thank You Day is November 23. Metro Health thanks all of its public health team and partners! Coalition launches healthier menu options with pilot site. &nbsp;<a style="color: #ffffff" a href=nr09HealthyRestaurants0827.html>More info.&nbsp;</a> Check out our&nbsp;<a style="color: #ffffff" a href="pdf/AnnualReport07-08.pdf">annual report&nbsp;</a> and &nbsp;<a style="color: #ffffff" <a href=About-Newsletters.html>e-newsletter.&nbsp;</a>   &nbsp;<a style="color: #ffffff" a href=http://www.cdc.gov/flu/swine/>Learn more about H1N1 Influenza A (Swine flu).&nbsp;</a> Put Your Hands Together. &nbsp;<a style="color: #ffffff" a href=http://www.cdc.gov/CDCTV/HandsTogether>Check out the video on hand washing.&nbsp;</a> &nbsp;<a style="color: #ffffff" a href="SAMHD_Emergency_Preparedness_Guide.pdf">Emergency Preparedness Guide.&nbsp;</a>'



			<!-- show message-->
			document.write ("<marquee scrollamount='4' direction= 'left' id=scrolltext height='15' 	onmouseover=scrolltext.stop() onmouseout=scrolltext.start()>");
			for (i=0;i<index;i++){
			document.write (text[i] + "</font></a><br>");
			}
			document.write ("</marquee>")
		
