$(document).ready(function() {
	//return;
	$(".twitter-container .article-content").getTwitter({
		userName: "piratpartiet",
		numTweets: 5,
		loaderText: "Laddar tweets&nbsp;...",
		slideIn: false,
		showHeading: false,
		showProfileLink: true,
		showTimestamp: false
	});
});
