$(function(){function e(){d<0&&(d=$("#photo").width(),f=$("#photo").height(),b=d/f,$.browser.msie&&$.browser.version<7&&$("#photo").width(20));var a=$(window).width()-Math.min(20,$(window).width()*0.05),c=$(window).height()-($("body").height()-$("#photo").height());a/c>b?a=c*b:c=a/b;$("#photo").width!=a&&($("#photo").width(Math.round(a)),$("#photo").height(Math.round(c)))}$("body").css("overflow","hidden");var d=-1,f=-1,b=-1;$(window).resize(e);e()});

