function initShare(){
	
	var URL_location = window.location.href;
	var get_Title = document.getElementsByTagName("title")[0].innerHTML;
	
	$('.facebook_comp').attr('href','http://www.facebook.com/sharer.php?u='+URL_location+'&t='+get_Title+'');
}

setTimeout("initShare()",1000);
