$(window).load(function() {//code will wait for all the images to load before executing	$('#tagline1').animate({ opacity : 1.0 }, 150);	$('#tagline2').animate({ opacity : 1.0 }, 150);	$('#tagline1').animate({ left : "553px" }, 1000);	$('#tagline2').animate({ left : "728px" }, 1000);});