<!--
		on error resume next
		Dim checkForFlash5, flashObject, cycleVal
		checkForFlash5 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5")))
		
		flashObject = "<object type=""application/x-shockwave-flash"" data=""/flash/streetsalive_2009.swf"" width=""980"" height=""110""><param name=""movie"" value=""/flash/streetsalive_2009.swf"" /><param name=""menu"" value=""false"" /><param name=""wmode"" value=""transparent"" /></object>"
		
		if checkForFlash5 = true then
		  document.write(flashObject)
		else
		  document.write("<div><img id=""header_img"" src=""/images/header.jpg"" align=""bottom"" border=""0"" alt="""" /></div>")
		end If
//-->