	
	var u=location.href;		
	var	t=document.title;

//	var nid=document.newsid;
//	var nid="123";

	
	function fbs_click() {
		//u=location.href;		
		//t=document.title;
		window.open('http://secure-sg.imrworldwide.com/cgi-bin/b?ci=hk-icable&cg=share-facebook&si=ent-share-fb&tu=http://www.facebook.com/sharer.php?u='+encodeURIComponent(u)+'&t='+encodeURIComponent(t),'sharer','toolbar=0,status=0,width=626,height=436');
		return false;
	}

	function twitter_click() {
		//t=document.title;
		//u=location.href;
		window.open('http://twitter.com/home?status='+encodeURIComponent(t)+' '+encodeURIComponent(u),'twitter','toolbar=0,status=1, resizable=1, scrollbars=1, width=850,height=650');
		return false;
	}

	function google_click() {
		//t=document.title;
		//u=location.href;
		window.open('http://www.google.com/bookmarks/mark?op=edit&bkmk='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'google','toolbar=0,status=1, resizable=1, scrollbars=1, width=850,height=650');
		return false;
	}
	function news_share_click() {
		var nid=document.getElementById("newsid").value;
//		t=document.title;
//		u=location.href;
		window.open('../mailtofriend.php?share_type=news&news_id='+encodeURIComponent(nid)+'&link='+encodeURIComponent(u)+'&title='+encodeURIComponent(t),'mailto','toolbar=0,status=1, resizable=0, scrollbars=0, width=460,height=685');
		return false;
	}

	function video_share_click() {
		var nid=document.getElementById("videoid").value;
		var v_title = document.getElementById("videotitle").value;
//		t=document.title;
//		u=location.href;
		window.open('../mailtofriend.php?share_type=video&video_id='+encodeURIComponent(nid)+'&link='+encodeURIComponent(u)+'&title='+encodeURIComponent(v_title),'mailto','toolbar=0,status=1, resizable=0, scrollbars=0, width=460,height=685');
		return false;
	}
	function foodcourt_video_share_click() {
		var nid=document.getElementById("videoid").value;
		var v_title = document.getElementById("videotitle").value;
//		t=document.title;
//		u=location.href;
		window.open('../mailtofriend.php?share_type=foodcourtvideo&video_id='+encodeURIComponent(nid)+'&link='+encodeURIComponent(u)+'&title='+encodeURIComponent(v_title),'mailto','toolbar=0,status=1, resizable=0, scrollbars=0, width=460,height=685');
		return false;
	}
