function shared_fb(){
	URL = document.location.href;
	window.open('http://www.facebook.com/sharer.php?u='+URL,'_blank');
	//alert(URL);
}