function insertEntityPostProcess(entitySlug,hubSlug,removing){
	$.post('/service/utility/activity.php', {
		activity: 'offerCreateRelationship',
		hubSlug: hubSlug,
		offerSlug:entitySlug,
		removing: removing
	}, function(resp) {
		if(resp.success){
			
		}
	});
};
