(function(b){b.fn.aeImageResize=function(k){var g=b(this),h=Math.floor,i=b.browser,l=i.msie&&parseInt(i.version)==6,j=0,a=b.extend({height:0,width:0},k);if(!a.height&&!a.width)return g;if(a.height&&a.width)j=a.width/a.height;return g.one("load",function(){b(this).removeAttr("height").removeAttr("width").css({height:"",width:""});var e=this.height,f=this.width,m=f/e,c=a.height,d=a.width;if(c&&e>c||d&&f>d){if(m>j)c=h(e/f*d);else d=h(f/e*c);b(this).attr({height:c,width:d})}}).each(function(){if(this.complete||
l)b(this).trigger("load")})}})(jQuery);
