#!/bin/sh
clear
cat << EOF
                       Barton (MIT Library Card Catalog)
 
        NOTICE:  (8/23/93)  Barton access from Athena is temporarily 
	unavailable while we upgrade the service.  Please try again 
	after 12 noon, today.
 
EOF
 
echo "Hit the Return key to quit this window..."
read answer 
        
exit 0
