(function(a){a.fn.aeImageResize=function(c){var b=0,d=a.browser.msie&&(6==~~a.browser.version);
if(!c.height&&!c.width){return this
}if(c.height&&c.width){b=c.width/c.height
}return this.one("load",function(){this.removeAttribute("height");
this.removeAttribute("width");
this.style.height=this.style.width="";
var e=this.height,f=this.width,i=f/e,g=c.height,h=c.width,j=b;
if(!j){if(g){j=i+1
}else{j=i-1
}}if((g&&e>g)||(h&&f>h)){if(i>j){g=~~(e/f*h)
}else{h=~~(f/e*g)
}this.height=g;
this.width=h
}}).each(function(){if(this.complete||d){a(this).trigger("load")
}})
}
})(jQuery);
