function facebook_share(id)
{
	//u = location.href;
	//u = "http://www.askendinigelaska.com/";
	//t = document.title;
	
	//window.open('http://www.pageresource.com/jscript/jex5.htm','mywindow','width=630,height=600');
	
	window.open('http://www.facebook.com/sharer.php?u=http://www.askendinigelaska.com/Mixer/Listen.aspx?SongId=' + id + '&t=baslik buraya' ,'mywindow','width=630,height=600')
	
	return false;
}