function fbs_click(u, t) 
{
	//alert ("I get into the function");
	//alert (u);
	//alert (t);
	window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&amp;t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
	return false;
}


