/* IFrame Rendering for flyouts */ msnbc.components.iframeFlyoutRendering = msnbc.components.Component.extend({ // Returns true if we are in IE. isIE: function(){ return ($.browser.msie && 7>=$.browser.version.substr(0,1)) ? true : false; }, test: function(){ this.renderIframe($("#subsection_more")); this.show($("#testIFrameID")); }, // RENDER Flyout Information renderIframe: function(siblingObj){ if (this.isIE() && siblingObj) { var iframeID = $(siblingObj).attr('id') + "_iframe"; var $iframeObj = ""; try { //Create Iframe $iframeObj = $("