﻿document.write("<%--Begin GIS logo--%>")
document.write("<table cellspacing=\"0\" cellpadding=\"0\" align=\"center\" width=\"800\" border=\"0\">")
document.write("<tr>")
document.write("<td width=\"10\"></td>")
document.write("<td valign=\"middle\" align=\"left\" width=\"580\">")
document.write("<table width=\"800\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">")
document.write("<tr>")
document.write("<td width=\"10\">")
document.write("<a href=\"http://311.columbus.gov\"></a>")
document.write("</td>")
document.write("<td valign=\"middle\" align=\"left\" width=\"580\"><font size=\"4\">")
//document.write("<!--<img src=\"http://www.columbus.gov/Asset/iu_images/gis_logo7.JPG\">-->  ")
document.write("<img src=\"images/gis_logo7.JPG\">")
document.write("<a href=\"http://311.columbus.gov\"></a>")
document.write("</font></td>")
document.write("<td class=\"date\" align=\"right\" width=\"200\">")
var d=new Date()
var weekday=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")
var monthname=new Array("January","February","March","April","May","June","July","August","September","October","November","December")
document.write(weekday[d.getDay()] + " ")
document.write(monthname[d.getMonth()] + " ")
document.write(d.getDate() + ", ")
document.write(d.getFullYear())
document.write("<br>")
document.write("</td>")
document.write("<td width=\"10\"></td>")
document.write("</tr>")
document.write("</table>")
document.write("</td>")
document.write("<td class=\"date\" align=\"right\" width=\"200\"></td>")
document.write("<td width=\"10\"></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td width=\"10\" style=\"height: 14px\"></td>")
document.write("<td width=\"100%\" style=\"height: 14px\" align=\"left\">")
//Begin Help Page Link
document.write("<table width=\"100%\" border=\"0\"><tr>")
document.write("<td align=\"left\">")
document.write("<a class=\"menu\" href=\"http://gis.columbus.gov\">GIS Home&nbsp;</a>")
document.write("<img height=\"6\" src=\"http://www.columbus.gov/Asset/iu_images/breadcrumb_on.gif\" width=\"15\" border=\"0\" />")
document.write("<span class=\"highlightfont\">Home</span></td>")
document.write("</td>")
document.write("<td align=\"right\">")
document.write("<input type=\"button\" id=\"help\" onclick=\"javascript:window.open('help.htm','HelpPage','width=590,height=500,scrollbars=yes,top=0' );\"") 
document.write("value=\"Need Help?\" class=\"highlightfont\" ") 
document.write("style=\"background-image: none; cursor: hand; border-top-style: none; border-right-style: none; border-left-style: none; ")
document.write("background-color: transparent; text-align: right; border-bottom-style: none\" > ")                          
document.write("</td>")
document.write("<td width=\"10\"></td>")
document.write("</tr></table>")
//End Help Page Link
document.write("<td width=\"200\" style=\"height: 14px\"></td>")
document.write("<td width=\"10\" style=\"height: 14px\"></td>")
document.write("</tr>")
document.write("<tr>")
document.write("<td width=\"10\" style=\"height: 14px\"></td>")
document.write("<td width=\"580\" style=\"height: 14px\">&nbsp;</td>")
document.write("<td width=\"200\" style=\"height: 14px\"></td>")
document.write("<td width=\"10\" style=\"height: 14px\"></td>")
document.write("</tr>")
document.write("</table>")
document.write("<%--End GIS logo--%>")

