function _promote_track (uuid) {
	$.ajax({url: '/recordtracker/track/track/'+uuid});
}