<!--
		on error resume next
		Dim checkForFlash6, flashObject, cycleVal
		checkForFlash6 = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.6")))
		
		flashObject = "<object type=""application/x-shockwave-flash"" data=""/flash/header_st.swf"" width=""170"" height=""70""><param name=""movie"" value=""/flash/header_st.swf"" /><param name=""menu"" value=""false"" /><param name=""wmode"" value=""transparent"" /></object>"

		
		if checkForFlash6 = true then
		  document.write(flashObject)
		else
		  document.write("<img src=""/images/gg2_alt.jpg"" border=""0"" alt="""" width=""170"" />")
		end If
//-->
