function fbs_click() {
		u=location.href;
		t=document.title;		
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
}

function this_share(image) {
		document.write('<a href="http://www.addthis.com/bookmark.php?v=250" onmouseover="return addthis_open(this, \'\', \'[URL]\', \'[TITLE]\' )" onmouseout="addthis_close()" onclick="return addthis_sendto()" rel="nofollow" class="addthis"><img src="'+image+'" width="125" height="16" border="0" alt="Share" align="absmiddle"></a>')		
}