// ActiveX Patch Script
function oxActiveObj(obj){
    try{
        obj.outerHTML = obj.outerHTML;
    }catch(e){
        return;
    }
}
