(function(a){a.backstretch=function(b,c,d){function q(b){try{o={left:0,top:0};l=i.width();m=l/j;if(m>=i.height()){n=(m-i.height())/2;if(g.centeredY)a.extend(o,{top:"-"+n+"px"})}else{m=i.height();l=m*j;n=(l-i.width())/2;if(g.centeredX)a.extend(o,{left:"-"+n+"px"})}a("#backstretch, #backstretch img").width(l).height(m).filter("img").css(o)}catch(c){}if(typeof b=="function")b()}function p(){if(b){var e;if(f.length==0){f=a("<div />").attr("id","backstretch").css({left:0,top:0,position:"fixed",overflow:"hidden",zIndex:-999999,margin:0,padding:0,height:"100%",width:"100%"})}else{f.find("img").addClass("deleteable")}e=a("<img />").css({position:"absolute",display:"none",margin:0,padding:0,border:"none",zIndex:-999999}).bind("load",function(b){var e=a(this),h,i;e.css({width:"auto",height:"auto"});h=this.width||a(b.target).width();i=this.height||a(b.target).height();j=h/i;q(function(){if(c.effect=="slide"){e.effect(c.effect,c.effectoptions,c.speed)}else{e.fadeIn(g.speed)}f.find(".deleteable").remove();if(typeof d=="function")d()})}).appendTo(f);if(a("body #backstretch").length==0){a("body").append(f)}f.data("settings",g);e.attr("src",b);a(window).resize(q)}}var e={centeredX:true,centeredY:true,speed:0},f=a("#backstretch"),g=f.data("settings")||e,h=f.data("settings"),i="onorientationchange"in window?a(document):a(window),j,k,l,m,n,o;if(c&&typeof c=="object")a.extend(g,c);if(c&&typeof c=="function")d=c;a(document).ready(p);return this}})(jQuery)
