/*
	(C) 2007 Chuug. All rights reserved.
	twitthis.com
*/
var TwitThis = {
	pop : function () {
		window.open("http://twitthis.com/twit?url="+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=600, height=600, location, status, scrollbars, resizable");
	}
}