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=\"topmenu\" align=\"left\" nowrap=\"\" height=\"20\">")
document.write("&nbsp;&nbsp;<a href=\"/sitemap.html\">Site Map</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"/disclaimer.html\">Disclaimer</a>")
document.write("</td>")
document.write("<td bgcolor=\"#006699\" class=\"topmenu\" align=\"right\" nowrap=\"\" height=\"20\">")
document.write("&nbsp;&nbsp;")
document.write("Copyright &copy; 2006 Houston TranStar, All Rights Reserved")
document.write("&nbsp;&nbsp;")
document.write("</td>")
document.write("<tr>")
document.write("</table>")

}
footer();
