
jQuery(document).ready(function($) {

    $('body > div#master header div.photo').animate({opacity: 1}, 1200, function(){
         $('body > div#master header h1').animate({top: 80, left: 345}, 800, 'easeOutCirc');
				 
        });
    });
