/*
* DIZAJN.NL
* Author:			Damir Tursunovic
* Date:				17/05/11
* URL:				http://www.dizajn.nl
* Version:			4.0
*/


$(document).ready(function(){	
	//Tweet Loading
	$("p.tweet").hide();
	$('p.tweet').load('tweet.php', function() {
		$('p.tweetLoading').hide("slow");
		$('p.tweet').slideDown();
	});
	
});
