var footerHtml = " ";
footerHtml += " " +
"<!-- table encapsulating the bottom //-->" +
"<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"780\">" +
"<tr>" +
"<td bgcolor=\"#006699\" class=\"topmenu\" align=\"left\" nowrap=\"\" height=\"20\">" +
"&nbsp;&nbsp;<a href=\"/sitemap.html\">Site Map</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href=\"/disclaimer.html\">Disclaimers, Content Usage, and Privacy</a>" +
"</td>" +
"<td bgcolor=\"#006699\" class=\"topmenu\" align=\"right\" nowrap=\"\" height=\"20\">" +
"&nbsp;&nbsp;" +
"Copyright &copy; 2009 Houston TranStar, All Rights Reserved" +
"&nbsp;&nbsp;" +
"</td>" +
"<tr>" +
"</table>" + 
" ";
document.write(footerHtml);
