(function(a){a.fn.imagefit=function(b){var c={all:function(d){d.each(function(){c.one(this)})},one:function(d){a(d).width("100%").each(function(){if(a(this).width()>a(this).attr("startwidth")){var e=a(this).attr("startheight")+"px";var f=a(this).attr("startwidth")+"px";a(this).width(f).height(e)}else{a(this).height(Math.round(a(this).attr("startheight")*(a(this).width()/a(this).attr("startwidth"))))}})}};this.each(function(){var d=this;var e=a("img",d).not(a("table img"));e.each(function(){a(this).attr("startwidth",a(this).width()).attr("startheight",a(this).height());c.one(this)});a(window).bind("resize",function(){c.all(e)})});return this}})(jQuery);