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