
			<!-- 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.  &nbsp;&nbsp;.&nbsp;&nbsp;  .&nbsp;&nbsp;  &nbsp;<a style="color: #ffffff" a href=http://twitter.com/SAMetroHealth>Follow us</a>&nbsp;on Twitter.&nbsp;&nbsp;  . &nbsp;&nbsp; . &nbsp;&nbsp; San Antonio is a Smoke-Free city as of August 19, 2011. &nbsp;&nbsp;View the &nbsp;<a style="color: #ffffff" a href="pdf/Tobacco/Chapter 36 Revised Smoking Ordinance.pdf">revised smoking ordinance</a>&nbsp;.&nbsp;&nbsp;.&nbsp;&nbsp;.&nbsp;&nbsp; Quitting Tobacco is hard but you have help: call 1-877-YES-QUIT.&nbsp;&nbsp;.&nbsp;&nbsp;.&nbsp;&nbsp;<a style="color: #ffffff" a href="SAMHD_Emergency_Preparedness_Guide.pdf">Are you ready</a>???&nbsp;&nbsp;&nbsp;Check out the Emergency prepardness guide. &nbsp;&nbsp;.&nbsp;&nbsp;.&nbsp;&nbsp;.&nbsp;&nbsp;. &nbsp;&nbsp;<a style="color: #ffffff" &nbsp;.  &nbsp;&nbsp;.&nbsp;&nbsp;.&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>")
		

