function powerhug() { // Centerize correctView(); $(window).resize(correctView); parsePhotos(); } function correctView() { if ($(window).width() > $('#main').width()) { $('#main').css('margin-left', (($(window).width() - $('#main').width()) / 2) + 'px'); } } function parsePhotos() { $('#data-container img.photo').each(function(){ $(this).replaceWith($('