
function log ( category, id, title ) {
		$.get( '/mc/user/log.php', { category: category, id: id, title: title } );
}
