// TWEET! settings
jQuery(function($){
	$(".showtweets").tweet({
		username: "froukjedeboth",
		join_text: "auto",
		avatar_size: 50,
		count: 5,
		loading_text: "Even de tweets laden...",
		template: "{avatar}{text}<br />{time}"
	});
});//{user_url}
// Custom jQuery
$(function() {
	
});
