function footer() 
{

document.write("<!-- table encapsulating the bottom //-->")

document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"780\">")
document.write("<tr>")
document.write("<td bgcolor=\"#006699\" class=\"menubar\" align=\"left\" nowrap=\"\" height=\"20\">")
document.write("&nbsp;&nbsp;<a href=\"/us59-spur527/links.aspx\">Related Links</a>")
document.write("</td>")
document.write("<td bgcolor=\"#006699\" class=\"menubarcopyright\" align=\"right\" nowrap=\"\" height=\"20\">")
document.write("&nbsp;&nbsp;")
document.write("Copyright &copy; 2006 Texas Department of Transportation, All Rights Reserved")
document.write("&nbsp;&nbsp;")
document.write("</td>")
document.write("<tr>")
document.write("</table>")

}
footer();
