function getIFrameDoc(obj){ return obj.contentWindow.document || obj.contentDocument || obj.document || null; }