$(function(){$('#main-page #header-content h1').addClass('get-margin-back');$("a[href$='.jpg'], a[href$='.png'], a[href$='.gif']").attr("rel","prettyPhoto");$(".gallery").each(function(i){$("a[href$='.jpg'], a[href$='.png'], a[href$='.gif']",this).attr("rel",'prettyPhoto['+i+']');});$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_square'});});