
			<!-- use array to store the message hyperlink on line 70 -->
			var index2 = 1
			var slide_in_speed = 900;<!-- millisecond duration of slide into view -->
			var slide_out_speed = 900;
			text = new Array(1);
			text[0] = 'NOTICE:&nbsp <a style="color: #ff0000" a href=H1N1.html>Click here&nbsp;</a>for information about Novel H1N1 Influenza A (Swine flu). &nbsp <a style="color: #ff0000" a href=http://podcast.sanantonio.gov/health/H1N1%20Flu%20and%20You%20-%20FINAL%20101309.wma>Listen &nbsp;</a>to H1N1 Flu and You Podcast with Director of Health Dr. Fernando A. Guerra.';



			<!-- show message-->
			document.write ("<marquee scrollamount='4' direction= 'left' id=scrolltext2 height='15' 	onmouseover=scrolltext.stop() onmouseout=scrolltext.start()>");
		for (i=0;i<index2;i++){
			document.write (text[i] + "</font></a><br>");
			}
			document.write ("</marquee>")
			
				
			
			
		
