(function(a){function b(d){var f=this;var c=a("<div id='"+d.name+"overlay'><div id='"+d.name+"mask'></div><div id='"+d.name+"content'></div><div id='"+d.name+"close'></div></div>");c.css({height:d.height,position:"absolute",width:d.width,zIndex:d.zIndex}).hide();c.find("#"+d.name+"mask").css({background:d.color,height:"100%",opacity:d.opacity,position:"absolute",width:"100%",zIndex:"1"});$content=c.find("#"+d.name+"content");$content.css({position:"absolute",zIndex:"2"});$close=c.find("#"+d.name+"close");$close.css({background:"transparent url("+d.pathToCloseBtn+") no-repeat 0 0",height:"28px",position:"absolute",right:"40px",top:"20px",width:"28px",zIndex:"3"});f.each(function(h,j){var g=a(j);g.click(function(i){a(d.target).prepend(c);$close.hover(function(){$close.css({background:"transparent url("+d.pathToCloseBtn+") no-repeat 0 -28px"})},function(){$close.css({background:"transparent url("+d.pathToCloseBtn+") no-repeat 0 0"})}).click(function(){$close.css({background:"transparent url("+d.pathToCloseBtn+") no-repeat 0 0"});$content.find("div[class*=media]").remove();delegate.callLater(200,f,e,j)});$content.load(g.attr("href").replace(/#/," $&"),function(k){if(typeof d.onFadeStart==="function"){d.onFadeStart(j,"in")}c.fadeIn(200,function(){if(typeof d.onFadeIn==="function"){d.onFadeIn(j)}})});i.preventDefault()})});function e(g){if(typeof d.onFadeStart==="function"){d.onFadeStart(g,"out")}c.fadeOut(200,function(){if(typeof d.onFadeOut==="function"){d.onFadeOut(g)}c.remove()})}}a.modal={defaults:{color:"#000",height:"100%",name:"modal-",opacity:"0.90",target:"body",width:"100%",zIndex:"900",pathToCloseBtn:"/media/images/close_ie6.png",onFadeStart:"",onFadeIn:"",onFadeOut:""}};a.fn.extend({modal:function(c){var d=a.extend({},a.modal.defaults,c);b.apply(this,[d])}})})(jQuery);