function addthis_click(obj, str) {
	var aturl  = ['http://www.addthis.com/bookmark.php', '?v=10', '&pub=', encodeURIComponent('john.leach'),
			'&url=', encodeURIComponent(location.href), '&title=', encodeURIComponent(document.title)].join('');
	window.open(aturl, 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100');
	return false;
}
