var setSiteBackground=function(C,B){var G="Photography Credits: "+B.fullName;var F="absolute";if($.browser.msie&&$.browser.version>=7){F="fixed"}$("#background img").css({position:F,"z-index":"1"});$("#background").append('<img src="'+C+'" width="1" height="1" alt="Background Image" style="position:'+F+'; z-index:0;" title="'+G+'" />');var D=$(window).height();var A=$(window).width();var E=$("#background img:last-child");var H=E.width()/E.height();if(A>D){H=E.height()/E.width();E.width(A);E.height(A*H)}else{E.height(D);E.width(D*H)}$("#bgCredits a").attr("title",G);$("#background img:first-child").fadeOut("10000",function(){$(this).remove();$("#background img:first-child").css("z-index","1")})};