$(function() {
	$(".tweets").tweet({
		join_text: "auto",
		avatar_size: 30,
		view_count: 3,		
		count: 30,		
		loading_text: "Tweets laden...",
		showhashlink: true,
		filterbyusername: true
	});
	if (typeof console!="undefined")			console.log("config.js");
})
