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

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

