temp  = '<SCRIPT LANGUAGE="VBScript"\> \n'
temp += '<!--\n'
temp += 'If ScriptEngineMajorVersion >= 2  then\n'
temp += 'dim flash\n'
temp += 'on error resume next\n'
temp += 'If Not IsNull(CreateObject("ShockwaveFlash.ShockwaveFlash")) then \n'
temp += 'If err then\n'
temp += 'flash=0\n'
temp += 'Else\n'
temp += 'parent.flashPlugin.className = "flashLinkActive"\n'
temp += 'End If \n'
temp += 'End If \n'
temp += 'End If \n'
temp += '-->\n'
temp += '</SCRIPT\> \n'
document.write(temp);
if (navigator.mimeTypes  &&
    navigator.mimeTypes["application/x-shockwave-flash"] &&
    navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin)
{              
if (navigator.plugins &&
    navigator.plugins["Shockwave Flash"] != -1)
      {parent.flashPlugin.className="flashLink";}
else  {parent.flashPlugin.className="flashLinkActive";}
}
setTimeout ("parent.flashPlugin.className='flashLinkActive';" ,5000);