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