﻿twttr.anywhere(onAnywhereLoad);
	function onAnywhereLoad(twitter) { 
		twitter.linkifyUsers(); 
		twitter.hovercards();
		twitter('#follow-moderatvg').followButton("moderatvg");
		twitter("#tweetbox").tweetBox({
			label: "Twittra h&auml;r!",
			defaultContent: "Är inne på www.moderatvg.se och gillar vad jag ser!",
			height: 50,
			width:320,
		});
	};
