		

function fbShare() {
	shareLocation = location.href;
	t=document.title;
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(shareLocation)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');return false;
}

function twitterShare() {
	shareLocation = location.href;
	window.open('http://twitter.com/share?url='+encodeURIComponent(shareLocation)+'&amp;via=twitterapi');return false;
}


