$(document).ready(function() {
		$("#anim02 img").css("position", "relative");
		$("#anim02 img").animate({ left: 300 }, 5000, function() {
				$("#anim02 img").attr("src", "./images/buy-mntm2.gif");
    		$("#anim02 img").animate({ left: 0 }, 5000, function() {
						$("#anim01 img").attr("src", "./images/mainanim01.gif");
						$("#content h2").html("<span class='title'>Mama Never Told Me&hellip; A Diary of Unbelievable Comments and Questions Posed to a New Mother</span> <a href=\"buy.html\">Now Available</a>!");
	      });
			});
});

