(function(b){b.fn.bgIframe=b.fn.bgiframe=function(f){if(b.browser.msie&&/6.0/.test(navigator.userAgent)){f=b.extend({top:"auto",left:"auto",width:"auto",height:"auto",opacity:true,src:"javascript:false;"},f||{});var e=function(c){return c&&c.constructor==Number?c+"px":c},a='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+f.src+'"style="display:block;position:absolute;z-index:-1;'+(f.opacity!==false?"filter:Alpha(Opacity='0');":"")+"top:"+(f.top=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+'px')":e(f.top))+";left:"+(f.left=="auto"?"expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+'px')":e(f.left))+";width:"+(f.width=="auto"?"expression(this.parentNode.offsetWidth+'px')":e(f.width))+";height:"+(f.height=="auto"?"expression(this.parentNode.offsetHeight+'px')":e(f.height))+';"/>';return this.each(function(){if(b("> iframe.bgiframe",this).length==0){this.insertBefore(document.createElement(a),this.firstChild)}})}return this}})(jQuery);