var _____WB$wombat$assign$function_____=function(name){return (globalThis._wb_wombat && globalThis._wb_wombat.local_init && globalThis._wb_wombat.local_init(name))||globalThis[name];};if(!globalThis.__WB_pmw){globalThis.__WB_pmw=function(obj){this.__WB_source=obj;return this;}}{ let window = _____WB$wombat$assign$function_____("window"); let self = _____WB$wombat$assign$function_____("self"); let document = _____WB$wombat$assign$function_____("document"); let location = _____WB$wombat$assign$function_____("location"); let top = _____WB$wombat$assign$function_____("top"); let parent = _____WB$wombat$assign$function_____("parent"); let frames = _____WB$wombat$assign$function_____("frames"); let opener = _____WB$wombat$assign$function_____("opener"); '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' ' Macromedia Flash Dispatcher -- a scriptable detector for Flash Player ' ' ' copyright (c) 2000 Macromedia, Inc. ' ''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' ' Check for the Flash ActiveX control. ' ' This script will be ignored by browsers that do not support ' VBScript (although Microsoft Internet Explorer will warn the ' user that a script in an unsupported language has been ' encountered if the user has checked "Show unsupported scripting ' language errors" in Preferences->Web Browser->Web Content). ' ' This technique due to Jeff Brown and Rafael M. Muņoz of ' Microsoft Corporation. Version testing adapted from Macromedia ' Flash Technical Note #12853. Private i, x On Error Resume Next MM_FlashControlInstalled = False For i = 8 To 1 Step -1 Set x = CreateObject("ShockwaveFlash.ShockwaveFlash." & i) MM_FlashControlInstalled = IsObject(x) If MM_FlashControlInstalled Then MM_FlashControlVersion = CStr(i) Exit For End If Next }