	
	/*var share_title = document.title;
	var share_url = location.href;*/
	
	function fbs_click(share_title, share_url) {
		window.open('http://www.facebook.com/sharer.php?u='+encodeURIComponent(share_url)+'&t='+encodeURIComponent(share_title),'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}
	
	function myspace_click(share_title, share_url, share_content, L){
    	window.open('http://www.myspace.com/index.cfm?fuseaction=postto&' + 't=' + encodeURIComponent(share_title) + '&c=' + encodeURIComponent(share_content) + '&u=' + encodeURIComponent(share_url) + '&l=' + L,'share','toolbar=0,status=0,width=626,height=365');
		return false;
	}
