var TwitThis = {
	pop : function () {
		window.open("http://twitter.com/home?status="+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,'')) : ""), "TwitThisPop", "width=800, height=400, location, status, scrollbars, resizable");
	}
}

//function twist()
//{
//
//document.write('<a target="_blank" href="http://twitter.com/home?status="'+encodeURIComponent(location.href)+"&title="+((document.title) ? encodeURIComponent(document.title.replace(/^\s*|\s*$/g,)):)'><img src="images2009/twitter.gif" alt="TwitThis" border="0" /></a>');
//}

