/**
 * jQuery lightpop plugin
 * This jQuery plugin was inspired on jQuery lightBox plugin by Leandro Vieira Pinho (http://leandrovieira.com/projects/jquery/lightbox/)
 * @name jquery.lightpop-0.6.0.min.js
 * @author wokamoto - http://dogmap.jp
 * @version 0.6.0
 * @date July 14, 2008
 * @category jQuery plugin
 * @copyright (c) 2007-2008 wokamoto (dogmap.jp)
 * @license  Released under the GPL license (http://www.gnu.org/copyleft/gpl.html)
 * @example http://dogmap.jp/lightpop_sample/sample.html
 */
(function(A){A.fn.lightpop=function(V){V=A.extend({overlayBgColor:"#000",overlayOpacity:0.7,contentFrameType:"border",contentBorder:"none",boxBorderSize:6,containerBorderSize:10,containerResizeSpeed:"normal",contentBgColor:"#FFF",imageBox:"images/lightpop-box.gif",imageBorderL:"images/lightpop-border-l.gif",imageBorderR:"images/lightpop-border-r.gif",imageLoading:"images/lightpop-ico-loading.gif",imageBtnPrev:"images/lightpop-btn-prev.gif",imageBtnNext:"images/lightpop-btn-next.gif",imageBtnClose:"images/lightpop-btn-close.gif",imageBlank:"images/lightpop-blank.gif",imageBtnPrevWidth:63,imageBtnNextWidth:63,imageBtnCloseWidth:66,txtImage:null,txtOf:"of",setLinkToTitle:false,keyToClose:"c",keyToPrev:"p",keyToNext:"n",flvplayer:"mediaplayer.swf",iconAdd:true,imageMaxWidth:0,imageMaxHeight:0},V);var O=((/^border$/i).test(V.contentFrameType));var G=new Array();var R={};var D=new Array({type:"Image",match:function(Z){return((/\.(jpe?g|gif|png|bmp)$/i).test(Z))},set:function(Z){H(Z,true)},preload:function(Z){if(!A.browser.msie){H(Z,false)}}},{type:"Video",match:function(Z){return((/\.(flv|swf|rm|mov|3gp|mp4|asf|avi|mpg|wmv)$/i).test(Z))},base:"/",defaultSize:new Array(320,240)},{type:"YouTube",match:function(Z){return((/\.youtube\.com\/watch/i).test(Z))},base:"http://www.youtube.com/v/",defaultSize:new Array(425,355)},{type:"metacafe",match:function(Z){return((/\.metacafe\.com\/watch/i).test(Z))},base:"http://www.metacafe.com/fplayer/",defaultSize:new Array(400,345)},{type:"LiveLeak",match:function(Z){return((/\.liveleak\.com\/view/i).test(Z))},base:"http://www.liveleak.com/player.swf?autostart=false&amp;token=",defaultSize:new Array(450,370)},{type:"GoogleVideo",match:function(Z){return((/video\.google\.com\/videoplay/i).test(Z))},base:"http://video.google.com/googleplayer.swf?docId=",defaultSize:new Array(400,326)},{type:"IFILM",match:function(Z){return((/\.ifilm\.com\/video/i).test(Z))},base:"http://www.ifilm.com/efp",defaultSize:new Array(448,365)},{type:"Dailymotion",match:function(Z){return((/\.dailymotion\.com\/video/i).test(Z))},base:"http://www.dailymotion.com/swf/",defaultSize:new Array(420,330)},{type:"superdeluxe",match:function(Z){return((/\.superdeluxe\.com\/sd/i).test(Z))},base:"http://i.cdn.turner.com/sdx/static/swf/share_vidplayer.swf",defaultSize:new Array(400,350)},{type:"nicovideo",match:function(Z){return((/\.nicovideo\.jp\/watch/i).test(Z))},base:"http://www.nicovideo.jp/watch/",defaultSize:new Array(312,176)},{type:"Contents",match:function(Z){return(RegExp(window.location.host,"i").test(Z))},set:function(Z){A.get(G[Z].href,function(c,a){var d=M(G[Z].href);var b='<div width="'+d[0]+'" height="'+d[1]+'">'+c.replace(/[\r\n]/g,"").replace(/.*<body.*?>(.*?)<\/body>.*$/,"$1").replace(/<script.*?>.*<\/script>/g,"")+"</div>";G[Z]=A.extend(G[Z],{content:b,width:d[0],height:d[1],later:500});X(Z)})},preload:function(Z){},content_css:{textAlign:"left",lineHeight:"1.2em"}});var C=function(a){N(V.imageBtnPrev,function(){V.imageBtnPrevWidth=(this.width>0?this.width:63);N(V.imageBtnNext,function(){V.imageBtnNextWidth=(this.width>0?this.width:63);N(V.imageBtnClose,function(){V.imageBtnCloseWidth=(this.width>0?this.width:66);if(!O){A.each(new Array(V.imageBox,V.imageBorderL,V.imageBorderR),function(){N(this)});V.contentBorder="none"}})})});var c=new Array();var b=0;var Z=window.location;G.length=0;a.filter("a").each(function(){var f=A(this);if(!(/^https?:/i).test(f.attr("href"))&&(/^https?:/i).test(Z.protocol)){f.attr("href",((/^\//i).test(f.attr("href"))?Z.protocol+"//"+Z.hostname+"/"+f.attr("href"):Z.href.replace(/^(.*\/).*$/i,"$1")+f.attr("href").replace(/^\/?(.*)$/i,"$1")))}for(var d=D[0],e=0;e<D.length;e++,d=D[e]){if(d.match(f.attr("href").replace(/\?.*$/,""))){if(V.iconAdd&&f.children("img").length==0){f.css({background:"transparent url("+(V["icon"+d.type]?V["icon"+d.type]:"images/icon-"+d.type.toLowerCase()+".png")+") no-repeat scroll 1px 0pt",paddingLeft:"20px"})}G.push({index:e,type:d.type,href:f.attr("href"),title:(f.attr("title")?f.attr("title"):f.html().replace(/<[^>]*>/ig,"")),base:(d.base?d.base:"/"),defaultSize:(d.defaultSize?d.defaultSize:new Array(V.imageMaxWidth,V.imageMaxHeight))});f.unbind("click").click((function(g){return function(){P(g);return false}})(b));c.push(this);b++;break}}});return new A(c)};var P=function(b){E(A("embed, object, select"),false);A("body").append(A('<div id="overlay" /><div id="lightpop"><div id="lightpop-box"><div id="lightpop-box-content">'+(O?'<div id="lightpop-content-box"><div id="lightpop-content" /></div></div><div id="lightpop-data-box"><div id="lightpop-data"><div id="lightpop-details"><div id="lightpop-details-caption" /><div id="lightpop-details-number" /></div><div id="lightpop-data-nav"><a href="#" id="lightpop-data-nav-close"><img src="'+V.imageBtnClose+'" /></a></div></div></div>':'<div id="lightpop-box-hd"><div id="lightpop-box-hdc" /></div><div id="lightpop-box-bd"><div id="lightpop-box-bdc"><div id="lightpop-content-box"><div id="lightpop-content" /></div><div id="lightpop-data-box"><div id="lightpop-data"><div id="lightpop-details"><div id="lightpop-details-caption" /><div id="lightpop-details-number" /></div><div id="lightpop-data-nav"><a href="#" id="lightpop-data-nav-close"><img src="'+V.imageBtnClose+'" /></a></div></div></div></div></div><div id="lightpop-box-ft"><div id="lightpop-box-ftc" /></div></div>')+'<div id="lightpop-nav"><a href="#" id="lightpop-nav-prev" /><a href="#" id="lightpop-nav-next" /></div><div id="lightpop-loading"><a href="#" id="lightpop-loading-link"><img src="'+V.imageLoading+'" /></a></div></div></div>').hide());var Z=J();var a=T();var c=250;A("#overlay").css({position:"absolute",top:0,left:0,backgroundColor:V.overlayBgColor,opacity:V.overlayOpacity,width:Z[0],height:Z[1],zIndex:90});A("#lightpop").css({position:"absolute",top:a[1]+Math.round(Z[3]/10),left:a[0],width:"100%",textAlign:"center",lineHeight:0,border:"none",zIndex:100});A("#lightpop a img").css({border:"none"});A("#lightpop-box").css({position:"relative",width:c,height:c,top:0,margin:"0 auto",padding:0,backgroundColor:V.contentBgColor,border:V.contentBorder,overflow:(O?"hidden":"visible")});A("#lightpop-content-box").css({backgroundColor:"transparent"});A("#lightpop-content").css({margin:(O?0:"0 auto"),padding:(O?0:V.containerBorderSize+"px 0")});A("#lightpop-box-content").css({position:"relative",width:c,height:c,backgroundColor:"transparent",margin:"0 auto",padding:(O?V.containerBorderSize:0),overflow:(O?"hidden":"visible")});if(!O){Y(false).css({position:"relative"}).hide();A("#lightpop-box-hd").css({height:V.boxBorderSize,top:0,margin:"0 "+V.boxBorderSize+"px 0 0"});A("#lightpop-box-hdc").css({height:V.boxBorderSize,top:0,margin:"0 "+V.boxBorderSize*-1+"px 0 "+V.boxBorderSize+"px"});A("#lightpop-box-ft").css({height:V.boxBorderSize,bottom:0,margin:"0 "+V.boxBorderSize+"px 0 0"});A("#lightpop-box-ftc").css({height:V.boxBorderSize,bottom:0,margin:"0 "+V.boxBorderSize*-1+"px 0 "+V.boxBorderSize+"px"})}A("#lightpop-nav").css({position:"absolute",top:0,left:0,height:"10px",width:"100%",padding:0,margin:(O?"0":V.boxBorderSize+"px")+" auto",zIndex:10});A("#lightpop-nav a").css({display:"block",height:"100%",zoom:1,margin:(O?0:"0 "+V.boxBorderSize+"px"),outline:"none"});A("#lightpop-nav-prev").css({width:V.imageBtnPrevWidth,left:0,styleFloat:"left"});A("#lightpop-nav-next").css({width:V.imageBtnNextWidth,right:0,styleFloat:"right"});A("#lightpop-loading").css({position:"absolute",top:"40%",left:0,height:"20%",width:"100%",margin:"0 auto",textAlign:"center",lineHeight:0});A("#lightpop-data-box").css({font:"10px Verdana, Helvetica, sans-serif",backgroundColor:V.contentBgColor,lineHeight:"1.4em",width:"100%",margin:"0 auto",padding:"0 "+V.containerBorderSize+"px 0",overflow:"hidden"}).hide();A("#lightpop-data").css({position:"relative",padding:"0 "+V.containerBorderSize+"px",color:"#666",left:0,bottom:0});A("#lightpop-details").css({width:"70%",styleFloat:"left",textAlign:"left"});A("#lightpop-details-caption").css({styleFloat:"left","font-weight":"bold",width:"100%"});A("#lightpop-details-number").css({styleFloat:"left",clear:"left",width:"100%","padding-bottom":"1.0em"});A("#lightpop-data-nav-close").css({styleFloat:"right",width:V.imageBtnCloseWidth,"padding":"0.35em 0"});A("#overlay").click(B).fadeIn(V.containerResizeSpeed,function(){A("#lightpop").show()});A("#lightpop-loading-link, #lightpop-data-nav-close").click(function(){B();return false});U(true);I(b)};var I=function(Z){E(A("#lightpop-data, #lightpop-details, #lightpop-details-caption, #lightpop-details-number, #lightpop-data-nav-close"),false);A("#lightpop-nav, #lightpop-nav-prev, #lightpop-nav-next").hide();A("#lightpop-content").hide().children().remove();A("#lightpop-loading, #lightpop-box, #lightpop-box-content").show();Y(false);if(!O&&A.browser.safari){A("#lightpop-data-box").height("auto")}X(Z)};var X=function(Z){(G[Z].content?function(a){A("#lightpop-content").append(A(G[a].content));setTimeout(function(){W(a)},G[a].later)}:(D[G[Z].index].set?D[G[Z].index].set:(function(a){Q(a);X(a)})))(Z)};var W=function(b){var a=G[b].width+(V.containerBorderSize+(O?0:V.boxBorderSize))*2;var Z=G[b].height+V.containerBorderSize*2;A("#lightpop-box").animate({width:a,height:Z},V.containerResizeSpeed,function(){var c=G[b];A("#lightpop-box-content").css({width:(O?c.width:a),height:c.height});A("#lightpop-content").css({width:c.width,height:c.height});A("#lightpop-data-box").css({width:c.width});if(D[c.index].content_css){A("#lightpop-content").children().css(D[c.index].content_css)}A("#lightpop-loading").hide();if((/<object.*>/i).test(c.content)){A("#lightpop-content").show()}else{A("#lightpop-content").fadeIn()}Y(true);A("#lightpop-details-caption").html((V.setLinkToTitle?'<a href="'+c.href+'" title="'+c.title+'">'+c.title+"</a>":c.title));A("#lightpop-details-number").html((V.txtImage?V.txtImage:c.type)+(G.length>1?" "+(b+1)+" "+V.txtOf+" "+G.length:""));var d=E(A("#lightpop-data, #lightpop-details, #lightpop-details-caption, #lightpop-details-number, #lightpop-data-nav-close"),false).show();A("#lightpop-data-box").slideDown("fast",function(){var e=(!A.browser.safari?A(this).height():this.scrollHeight);e=(e<28?28:e);Z+=e;(O?(function(f){A("#lightpop-box").animate({width:a,height:Z},"fast",function(){E(f,true)})}):(function(f){if(A.browser.safari){A("#lightpop-data-box").height(e)}E(f,true)}))(d)});A("#lightpop-nav").css({width:a}).show(function(){A("#lightpop-nav-prev, #lightpop-nav-next").css({height:Math.round(Z/3),background:"transparent url("+V.imageBlank+") no-repeat"}).unbind();if(b!=0){A("#lightpop-nav-prev").hover(function(){A(this).css({background:"url("+V.imageBtnPrev+") left 30% no-repeat"})},function(){A(this).css({background:"transparent url("+V.imageBlank+") no-repeat"})}).show().click((function(e){return function(){I(e);return false}})(b-1))}if(b!=(G.length-1)){A("#lightpop-nav-next").hover(function(){A(this).css({background:"url("+V.imageBtnNext+") right 30% no-repeat"})},function(){A(this).css({background:"transparent url("+V.imageBlank+") no-repeat"})}).show().click((function(e){return function(){I(e);return false}})(b+1))}F(true,b)});if((G.length-1)>b){L(b+1)}if(b>0){L(b-1)}})};var L=function(Z){if(!G[Z].content){(D[G[Z].index].preload?D[G[Z].index].preload:(function(a){Q(a)}))(Z)}};var M=function(b,a,f){var e=0,Z=0;var c=b.toLowerCase().replace(/[\r\n]/g,"").replace(/["']/g,"").match(/(width|height)=(\d+)/ig);if(c){A.each(c,function(){if((/^width=\d+$/i).test(this)){e=Number(this.replace(/^width=(\d+)$/,"$1"))}if((/^height=\d+$/i).test(this)){Z=Number(this.replace(/^height=(\d+)$/,"$1"))}})}if(e==0||Z==0){if(a){e=a[0];Z=a[1]}else{var d=J();e=d[0]/4;Z=d[1]/4}}if(f){if(f[0]!=0&&e>f[0]){Z=Z*(f[0]/e);e=f[0]}if(f[1]!=0&&Z>f[1]){e=e*(f[1]/Z);Z=f[1]}}return new Array(Math.round(e),Math.round(Z))};var Q=function(h){var a=G[h];var d=a.href.replace(/&.*$/i,"");var Z,b={},e=[];var g,c=null,f=1500;if((/\?.*$/).test(a.href)){var i=a.href.replace(/^.*\?/,"").split("&");if(i.length>0){A.each(i,function(){if(!(/^(width|height|v|i|docid|id)\=.*$/i).test(this)){e.push(this)}})}}Z=M(a.href,a.defaultSize);switch(a.type){case"YouTube":g=d.replace(/^.*\?v=(.*)$/i,"$1");d=a.base+g;e.push("hl=en");if(V.paramYouTube){e=A.merge(e,V.paramYouTube)}c=S(d,Z[0],Z[1],b,e);break;case"metacafe":g=d.replace(/^.*\/watch\/([\d]+\/[^\/]*)\/\?.*$/i,"$1");d=a.base+g+".swf";if(V.paramMetacafe){e=A.merge(e,V.paramMetacafe)}c=S(d,Z[0],Z[1],b,e);break;case"LiveLeak":g=d.replace(/^.*\?i=(.*)$/i,"$1");d=a.base+g;b={quality:"high"};if(V.paramLiveLeak){e=A.merge(e,V.paramLiveLeak)}c=S(d,Z[0],Z[1],b,e);break;case"GoogleVideo":g=d.replace(/^.*\?docid=([a-z\d\-]+).*$/i,"$1");d=a.base+g;b={flashvars:""};e.push("hl=en");if(V.paramGoogleVideo){e=A.merge(e,V.paramGoogleVideo)}c=S(d,Z[0],Z[1],b,e);break;case"IFILM":g=d.replace(/\?.*$/,"").replace(/^.*\/video\/([^\/]*)[\/]?$/i,"$1");d=a.base;b={flashvars:"flvbaseclip="+g+"&",quality:"high",bgcolor:"000000"};if(V.paramifilm){e=A.merge(e,V.paramifilm)}c=S(d,Z[0],Z[1],b,e);break;case"Dailymotion":g=d.replace(/^.*\/video\/([^_]*).*$/i,"$1");d=a.base+g;b={allowFullScreen:"true",allowScriptAccess:"always"};if(V.paramDailymotion){e=A.merge(e,V.paramDailymotion)}c=S(d,Z[0],Z[1],b,e);break;case"superdeluxe":g=d.replace(/^.*\?id=(.*)$/i,"$1");d=a.base;b={allowFullScreen:"true",FlashVars:"id="+g};if(V.paramsuperdeluxe){e=A.merge(e,V.paramsuperdeluxe)}c=S(d,Z[0],Z[1],b,e);break;case"nicovideo":g=d.replace(/^.*\/watch\/(.*)$/i,"$1");d=a.base+g;c='<iframe width="'+Z[0]+'" height="'+Z[1]+'" src="http://www.nicovideo.jp/thumb/'+g+'" scrolling="no" style="border:solid 1px #CCC;" frameborder="0"><a href="'+d+'">'+a.tytle+"</iframe>";f=500;break;case"Video":d=d.replace(/\?.*$/,"");switch(d.toLowerCase().match(/\.(flv|swf|rm|mov|3gp|mp4|asf|avi|mpg|wmv)$/i)[1]){case"flv":Z[1]+=22;d=V.flvplayer+"?file="+d;case"swf":b=A.extend({quality:"high",bgcolor:"#000"},b);c=S(d,Z[0],Z[1],b,e);break;case"rm":b={autostart:"true",controls:"imagewindow,controlpanel"};c=K(d,"CFCDAA03-8BE4-11CF-B84B-0020AFBBCCFA","audio/x-pn-realaudio-plugin",Z[0],Z[1],b,"");break;case"mov":case"mp4":case"3gp":Z[1]+=20;b={href:d,controller:"true",pluginspage:"http://www.apple.com/quicktime/download/",autoplay:"true",bgcolor:"000000"};c=K(d,"02BF25D5-8C17-4B23-BC80-D3488ABDDC6B","video/quicktime",Z[0],Z[1],b,' codebase="http://www.apple.com/qtactivex/qtplugin.cab"');break;default:Z[1]+=20;b={href:d,autostart:"true",uiMode:"full"};c=K(d,"6BF52A52-394A-11d3-B153-00C04F79FAA6","application/x-oleobject",Z[0],Z[1],b,"");break}f=1000;break}if(c){G[h]=A.extend(a,{content:c,width:Z[0],height:Z[1],later:f})}};var S=function(a,d,Z,f,e){var c="";if(typeof e!="undefined"&&e.length>0){A.each(e,function(){if(a.indexOf(this.replace(/^(.*\=).*$/,"$1"))<0){a+=(a.indexOf("?")<0?"?":"&amp;")+this}})}var b={movie:a,wmode:"transparent"};f=(f?A.extend(b,f):b);c='<object width="'+d+'" height="'+Z+'" data="'+a+'" type="application/x-shockwave-flash" wmode="'+f.wmode+'">';A.each(f,function(g){c+='<param name="'+g+'" value="'+this+'" />'});c+="</object>";return c};var K=function(a,e,h,b,i,d,j,Z){var g="",c="";var f={src:a,width:b,height:i,type:h};d=(d?A.extend(f,d):f);g+='<object width="'+b+'" height="'+i+'"'+(e!=" "?'classid="clsid:'+e+'"':"")+' type="'+h+'" '+Z+">";c+='<embed width="'+b+'" height="'+i+'"';A.each(d,function(k){g+='<param name="'+k+'" value="'+this+'" />';c+=" "+k+'="'+this+'"'});c+='><noembed><a href="'+a+'">'+a+"</a></noembed></embed>";g+=c+"</object>";return g};var Y=function(c){if(!O){var b=A("#lightpop-box-hd, #lightpop-box-hdc, #lightpop-box-bd, #lightpop-box-bdc, #lightpop-box-ft, #lightpop-box-ftc");var a="transparent",Z=V.contentBgColor;if(c){A("#lightpop-box").css({backgroundColor:a});A("#lightpop-box-hd").css({background:a+" url("+V.imageBox+") left top no-repeat"});A("#lightpop-box-hdc").css({background:a+" url("+V.imageBox+") right top no-repeat"});A("#lightpop-box-bd").css({background:Z+" url("+V.imageBorderL+") left top repeat-y"});A("#lightpop-box-bdc").css({background:a+" url("+V.imageBorderR+") right top repeat-y"});A("#lightpop-box-ft").css({background:a+" url("+V.imageBox+") left bottom no-repeat"});A("#lightpop-box-ftc").css({background:a+" url("+V.imageBox+") right bottom no-repeat"});b.show()}else{A("#lightpop-box").css({backgroundColor:Z});b.css({background:a})}return b}};var H=function(a,Z){N(G[a].href,(function(c,b){return function(){var d=M(this.src,new Array(this.width,this.height),new Array(V.imageMaxWidth,V.imageMaxHeight));G[c]=A.extend(G[c],{content:'<img src="'+this.src.replace(/\?.*$/,"")+'" width="'+d[0]+'" height="'+d[1]+'" />',width:d[0],height:d[1],later:(A.browser.msie?250:100)});if(b){X(c)}}})(a,Z))};var N=function(Z,a){if(typeof R[Z]=="undefined"){R[Z]=new Image();if(typeof a=="function"){R[Z].onload=a}R[Z].src=Z}return R[Z]};var E=function(a,Z){return a.css({visibility:(Z?"visible":"hidden")})};var F=function(Z,a){A(document).unbind("keydown");if(Z){A(document).keydown(function(d){var e,b,c;if(!d){b=event.keyCode;c=27}else{b=d.keyCode;c=d.DOM_VK_ESCAPE}e=String.fromCharCode(b).toLowerCase();if((e==V.keyToClose)||(e=="x")||(b==c)){B()}else{if(((e==V.keyToPrev)||(b==37))&&a!=0){I(a-1)}else{if(((e==V.keyToNext)||(b==39))&&a!=(G.length-1)){I(a+1)}}}})}};var U=function(Z){A(window).unbind("resize");if(Z){A(window).resize(function(){var a=J();var b=T();A("#overlay").css({width:a[0],height:a[1]});A("#lightpop").css({top:b[1]+Math.round(a[3]/10),left:b[0]})})}};var J=function(){var d,Z,b,e,c,a;if(window.innerHeight&&window.scrollMaxY){d=window.innerWidth+window.scrollMaxX;Z=window.innerHeight+window.scrollMaxY}else{if(document.body.scrollHeight>document.body.offsetHeight){d=document.body.scrollWidth;Z=document.body.scrollHeight}else{d=document.body.offsetWidth;Z=document.body.offsetHeight}}if(self.innerHeight){if(document.documentElement.clientWidth){b=document.documentElement.clientWidth}else{b=self.innerWidth}e=self.innerHeight}else{if(document.documentElement&&document.documentElement.clientHeight){b=document.documentElement.clientWidth;e=document.documentElement.clientHeight}else{if(document.body){b=document.body.clientWidth;e=document.body.clientHeight}}}a=(d<b?d:b);c=(Z<e?e:Z);return new Array(a,c,b,e)};var T=function(){var a,Z;if(self.pageYOffset){Z=self.pageYOffset;a=self.pageXOffset}else{if(document.documentElement&&document.documentElement.scrollTop){Z=document.documentElement.scrollTop;a=document.documentElement.scrollLeft}else{if(document.body){Z=document.body.scrollTop;a=document.body.scrollLeft}}}return new Array(a,Z)};var B=function(){E(A("object",A("#lightpop")),false).remove();A("#lightpop").slideUp(function(){A(this).remove();A("#overlay").fadeOut(function(){A(this).remove();E(A("embed, object, select"),true)})});F(false);U(false)};return C(this)}})(jQuery);