function facebook_share(url) {
	//alert('fbshare ' + url);
	u = "http://www.billy30.se/facebook/index.php?id=" + url;
	t = 'Billy 30 år';
	popup = window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width= 626,height=436");
	var r = 1;
	if (popup == null) r = 0;
	return r;
}

function facebook_share_en(url) {
	//alert('fbshare ' + url);
	u = "http://www.billy30.se/facebook_en/index.php?id=" + url;
	t = 'Billy 30 år';
	popup = window.open("http://www.facebook.com/sharer.php?u="+encodeURIComponent(u)+"&t="+encodeURIComponent(t),"sharer","toolbar=0,status=0,width= 626,height=436");
	var r = 1;
	if (popup == null) r = 0;
	return r;
}