/*
	(C) 2007 Chuug. All rights reserved.
	twitthis.com
*/


var TwitThis = {
	pop : function () {
	
	    pageTracker._trackEvent('Share', 'twitter',location.href.replace("uvtc.com/radna", "universal.se"));
		//window.open("http://twitthis.com/twit?url="+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=600, height=500, location, status, scrollbars, resizable");
		window.open("http://twitter.com/home?status="+encodeURIComponent(location.href.toLowerCase().replace("uvtc.com/sweden", "universal.se")), "TwitThisPop", "width=600, height=500, location, status, scrollbars, resizable");
		
	}
}