function fbs_click(sURL, sTitle) {
	
//	window.open('http://www.facebook.com/share.php?u=' + encodeURIComponent(sURL + '&FB') + '&t=' + sTitle, 'sharer', 'toolbar=0,status=0,width=626,height=436');
	window.open('http://www.facebook.com/sharer.php?s=100&amp;p[title]=' + encodeURIComponent(sTitle) + '&amp;p[summary]=' + encodeURIComponent('Share+this+article') + '&amp;p[url]=' + encodeURIComponent(sURL) + '&amp;p[images][0]=' + encodeURIComponent('http://www.animalsasia.org/images/template/'), 'sharer', 'toolbar=0,status=0,width=626,height=436');	
	return false;
	
}
