$(document).ready(function(){
	$(".tweet").tweet({
		username: "jurrianvdvaart",
		count: 3,
		loading_text: "loading tweets..."
	});
});
