on error resume next FlashInstalled = (IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash.5"))) If FlashInstalled = False then location.href = "main.php?index=home" End If