﻿document.write("<%--Begin of Footer.--%>")
document.write("<table width=\"800\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\">")
document.write("<tr>")
document.write("<td colspan=\"4\" align=\"right\"><br>")
document.write("</td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td>")
var d=new Date()
//document.write("<img src=\"http://www.columbus.gov/Asset/iu_images/bl_footer_curve.gif\" width=\"11\" height=\"20\" border=\"0\" alt=\"Copyright 2007 the City of Columbus, Ohio, all rights reserved.\"></td>")
document.write("<img src=\"http://www.columbus.gov/Asset/iu_images/bl_footer_curve.gif\" width=\"11\" height=\"20\" border=\"0\" alt=\"Copyright ")
document.write(d.getFullYear())
document.write(" the City of Columbus, Ohio, all rights reserved.\"></td>")
document.write("<td width=\"389\" align=\"left\" valign=\"middle\" class=\"footer\">")
//document.write("<span class=\"footerfont\">Copyright 2006 the City of Columbus, Ohio, all rights reserved.</span></td>")
document.write("<span class=\"footerfont\">Copyright ")
document.write(d.getFullYear())
document.write(" the City of Columbus, Ohio, all rights reserved.</span></td>")
document.write("<td width=\"389\" align=\"right\" valign=\"middle\" class=\"footer\">")
document.write("<span class=\"footerfont\">")
document.write("<a class=\"footernav\" href=\"http://home.columbus.gov/privacy_policy.asp\" title=\"Privacy\">")
document.write("Privacy</a> | ")
document.write("<a class=\"footernav\" href=\"http://home.columbus.gov/linking_policy.asp\" title=\"Links Policy\">")
document.write("Links Policy</a> | ")
document.write("<a class=\"footernav\" href=\"mailto:311@columbus.gov\" title=\"Feedback\">Your Comments</a></span></td>")
document.write("<td>")
document.write("<img src=\"http://www.columbus.gov/Asset/iu_images/br_footer_curve.gif\" width=\"11\" height=\"20\" border=\"0\" ></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td colspan=\"4\">&nbsp;</td>")
document.write("</tr>")
document.write("</table>")
document.write("<%--End of Footer.--%>")