	
function FacebookShare(content, title){
		u=document.location.href;
		t=document.title;
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(content)+'&t='+encodeURIComponent(title),'facebookshare','toolbar=0,status=0,location=1, width=650,height=300,scrollbars=1');
		return false;
	}

	function TwitterShare(content, title){
		u=document.location.href;
		t=document.title;
		window.open('http://twitter.com/home?status='+encodeURIComponent(content)+'&t='+encodeURIComponent(title),'twittershare','toolbar=0,status=0,location=1, width=580,height=300,scrollbars=1');
		return false;
	}
