	$(document).ready(function(){
		$("#twitterStatus").load("/php/twitterFooter.php", function(){
			$("#twitterStatus").hide();
			$("#twitterLoad").fadeOut("fast", function(){
				$("#twitterStatus").fadeIn("fast");
			});
		}); 
	});