function fbs_click(url, title) {
	window.open('https://www.facebook.com/sharer.php?u='+encodeURIComponent(url) +'&t='+encodeURIComponent(title),'sharer','toolbar=0,status=0,width=800,height=600');
	return false;
}

function twitter_click(url, title) {
	window.open('http://twitter.com/share?original_referer='+encodeURIComponent(url)+'url='+encodeURIComponent(url)+'&text='+encodeURIComponent(title),'sharer','toolbar=0,status=0,width=800,scrollbars=1');
	return false;
}

