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.
91 lines (79 sloc)
2.94 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></title> | |
| <script LANGUAGE="JavaScript"> | |
| <!--// Hide from older browsers | |
| function message(txt){ | |
| window.status = txt; | |
| setTimeout("remove()",8000); | |
| } | |
| function remove(){ | |
| window.status=""; | |
| } | |
| // --> | |
| </script> | |
| </head> | |
| <body BGCOLOR="#FFFFFF"> | |
| <a NAME="Top"> </a> | |
| <p ALIGN="LEFT"> | |
| <font FACE="trebuchet ms, arial, helvetica" SIZE="1"><b><a HREF="TextOnly/">Home</a> :</b></font> | |
| <font FACE="trebuchet ms, arial, helvetica" SIZE="3"><b><u>Urban Transportation</u></b></font> | |
| <hr WIDTH="32%" ALIGN="LEFT"> | |
| </p> | |
| <blockquote> | |
| <h3>Urban Transportation</h3> | |
| <blockquote> | |
| <ul> | |
| <li><a HREF="UrbanTrans.asp#Y2KLinks" TARGET="MainFrame" OnMouseOver="message('Go to Y2K Links Section'); return true"><font FACE="Times New Roman">Y2K Links</font></a> | |
| <li><a HREF="UrbanTrans.asp#OtherLinks" TARGET="MainFrame" OnMouseOver="message('Go to Other Links Section'); return true"><font FACE="Times New Roman">Other Links</font></a> | |
| </ul> | |
| <br> | |
| <h4><a NAME="Y2KLinks" TARGET="MainFrame"><u>Y2K Links</u></h4> | |
| <blockquote> | |
| <ul> | |
| <li><a href="http://www.fta.dot.gov/Y2K/index.htm" TARGET="_blank" OnMouseOver="message('FTA Y2k site'); return true"><font face="Times New Roman">Federal Transit Administration (FTA)</font></a></li> | |
| <li><a href="http://www.apta.com/ccenter/y2k/" TARGET="_blank" OnMouseOver="message('American Public Transit Association'); return true"><font face="Times New Roman">American | |
| Public Transit Association (APTA)</font></a></li> | |
| </ul> | |
| </blockquote> | |
| <br> | |
| <h4><a NAME="OtherLinks" TARGET="MainFrame"><u>Other Links</u></h4> | |
| <blockquote> | |
| <ul> | |
| <li><a href="http://www.ctaa.org" TARGET="_blank" OnMouseOver="message('Community Transportation Association of America'); return true"><font face="Times New Roman">Community Transportation | |
| Association of America</font></a></li> | |
| </ul> | |
| </blockquote> | |
| </blockquote> | |
| <br> | |
| </blockquote> | |
| <BR> | |
| <BLOCKQUOTE> | |
| <CENTER> | |
| <HR WIDTH="60%"> | |
| <P> | |
| <FONT SIZE=2><A HREF="MainPage.asp">Home</A> | </FONT> | |
| <FONT SIZE=2><A HREF="References.asp">References</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Search.asp">Search</A> | </FONT> | |
| <FONT SIZE=2><A HREF="SiteMap.asp">Site Map</A></FONT> | |
| <BR> | |
| <FONT SIZE=2><A HREF="AboutSector.asp">About the Sector</A> | </FONT> | |
| <FONT SIZE=2><A HREF="ProbSolution.asp">Problems & Solutions</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Outreach.asp">Outreach</A> | </FONT> | |
| <FONT SIZE=2><A HREF="NewsEvents.asp">What's New</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Links.asp">General Y2K Links</A> | </FONT> | |
| <FONT SIZE=2><A HREF="Contacts.asp">Contacts</A></FONT> | |
| <br> | |
| <FONT SIZE=2><A HREF="../Default.asp">Home</A> - Frames/Graphics</FONT> | |
| </P> | |
| <P> | |
| <FONT SIZE=2><A HREF="http://www.dot.gov/" TARGET="_blank">U.S. DOT Home Page</A></FONT> | |
| </P> | |
| <P> | |
| <ADDRESS><FONT SIZE=1><A HREF="disclaim.htm" TARGET="MainFrame">U.S. DOT Privacy and Disclaimer Notice</A></FONT></ADDRESS> | |
| </P> | |
| </BLOCKQUOTE> | |
| <BR> | |
| </CENTER> | |
| </body> | |
| </html> |