function auri( p ) {
	return '/' + ( p ? p : '' );
	}

function admin_auri( p ) {
	return '/admin/' + ( p ? p : '' );
	}

