Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
29 lines (25 sloc)
3.51 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <html> | |
| <head> | |
| <title>Covenant Health: Main Navigation Bar</title> | |
| <base target="Right"> | |
| </head> | |
| <body bgcolor="#FFFFFF" topmargin="0" leftmargin="0"> | |
| <img src="images/siba-i.jpg" width="115" height="240" alt="" usemap="#Navbar" alt="Navigation Bar" border="0"><br> | |
| <map name="Navbar"> | |
| <area shape=rect coords="7,4,107,22" href="home.html" OnMouseOver="self.status='Covenant Health Home Page - All the Latest News and Information about Covenant Health';return true" OnMouseOut="self.status=''"> | |
| <area alt="" coords="7,22,107,40" href="news/news.html" onMouseOver="self.status='What´s New - Press Releases and New Additions to Covenant Health Online';return true" onMouseOut="self.status=''"> | |
| <area shape=rect coords="7,40,107,57" href="http://healthnews.covenanthealth.com" target="_top" OnMouseOver="self.status='Health News - The Latest News in the World of Healthcare';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,57,107,74" href="aboutus/aboutus.html" OnMouseOver="self.status='All About Us - Click here to learn all about Covenant Health&acuts;s hospitals, facilities and services';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,74,107,91" href="healthy/healthy.cfm" OnMouseOver="self.status='Healthwise - Click here to browse the Health Information Library, learn more about fitness with Missy Kane, or read the latest HealthWise articles';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,91,107,108" href="events/events.html" OnMouseOver="self.status='Events and Classes - Click here for current classes, screenings, health fairs, and other healthy events sponsored by Covenant Health';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,108,107,125" href="employ/employ.html" OnMouseOver="self.status='Employment Opportunities - Click here to browse current job opportunities within Covenant Health';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,125,107,142" href="search_p1.html" OnMouseOver="self.status='Search - Click here to search Covenant Health Online';return true" OnMouseOut="self.status=''" target="_top"> | |
| <area shape=rect coords="7,142,107,159" href="netnursery/main.html" OnMouseOver="self.status='Net Nursery - Click here to view East Tennessee´s newest faces!';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,159,107,176" href="features/health/health1.htm" OnMouseOver="self.status='Health Information Library - Click here to browse our extensive medical and health information resource';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,176,107,193" href="virtualtour.html" OnMouseOver="self.status='Virtual Tours - Take an online tour of a Covenant Health facility through the magic of IPIX photography';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,193,107,210" href="sitemap.html" OnMouseOver="self.status='WebSite Map - A detailed list of all pages on Covenant Health Online';return true" OnMouseOut="self.status=''"> | |
| <area shape=rect coords="7,210,107,227" href="feedback/feedback.html" OnMouseOver="self.status='Feedback - Click here to complete our satisfaction survery and let us know how you enjoyed Covenant Health Online!';return true" OnMouseOut="self.status=''"> | |
| <!-- <area shape=rect coords="7,193,107,210" href="mailto:webmaster@covhlth.com" OnMouseOver="self.status='Feedback - Click here to complete our satisfaction survery and let us know how you enjoyed Covenant Health Online!';return true" OnMouseOut="self.status=''"> --> | |
| </map> | |
| </body> | |
| </html> |