Next we set up some manifest constants, grouped at the top of the script for easy maintenance.
Gives the URL of the stylesheet for TCC web pages.
CSS_URL = "http://www.nmt.edu/tcc/style.css"
This is the string that separates elements of the page-top navigational bar.
TOP_NAV_SEP = " / "
This is the URL that people reach if they click on the TCC logo.
TCC_MAIN_URL = "http://www.nmt.edu/tcc/"
This is the URL of the official TCC logo.
TCC_LOGO_URL = "http://www.nmt.edu/tcc/images/logo.png"