/** ensure this file is being included by a parent file */
defined( '_VALID_MOS' ) or die( 'Direct Access to this location is not allowed.' );
function available(){
PRINT "Status: Verfügbar";
}
function unavailable(){
PRINT "Status: Reserviert";
}
?>