#!/bin/sh
echo " "
echo "    	NOTICE to 'tmed' users:"
echo " "
echo "Access to the MEDLINE database from Athena should now be "
echo "either through Firstsearch (if you're coming in over dialup)"
echo "or through Willow (if you're on a workstation.)"
echo " "
echo "On dialup type:  add library; tfirst"
echo "then choose menu items:"		
echo " "
echo "	10  Medicine and Health Sciences"
echo "and"
echo "	5   MEDLINE"
echo " "
echo "On a workstation type:  add library; willow"
echo " "
exit 0
