		function syncFBET(flag){
			$.ajax({
				type: "POST",
				url: "include/fb_et_sync.php",
				data: "url=" +window.location + "flag=" + flag,
				success: function(msg){
//					alert( "Comment Count Updated: " + msg );
				}
			});
		
		}
