﻿<!--
// © 2007 City of Las Vegas | All Rights Reserved | Use only with permission //
// All Contents of this Website are the property of the City of Las Vegas //
// http://www.LasVegasNevada.gov //
// Footer Script //
// Printer Friendly and External Links Icons
document.write("<table width='100%' border='0' cellspacing='0' cellpadding='0' bgcolor='#ffffff'>");
document.write("<tr>");
document.write("<td width='150'><div style='width:150px;'></div></td>");
document.write("<td width='2' bgcolor='#4d4d4d' valign='top'><img src='" + ROOT + "/images/clear.gif' width='2' height='1' hspace='0' vspace='0' border='0'></td>");
document.write("<td align='right'>");
document.write("<table border='0' cellspacing='0' cellpadding='4' class='Legend'>");
document.write("<tr>");
document.write("<td class='LegendText'><img src='" + ROOT + "/images/icons/icoExternalLink.gif' alt='External Link' width='18' height='12' hspace='0' vspace='0' border='0'> External Link</td>");
document.write("</tr>");
document.write("</table>");
document.write("</td>");
document.write("<td width='2' bgcolor='#4d4d4d' valign='top'><img src='" + ROOT + "/images/clear.gif' width='2' height='1' hspace='0' vspace='0' border='0'></td>");
document.write("<td width='150' align='right'><div style='width:150px;'></div></td>");
document.write("</tr>");
document.write("</table>");
// Actual Footer Information
document.write("<div id='Footer' class='Footer'>");
document.write("<div style='background-color:#ffffff; height:2px;'><img src='" + ROOT + "/images/clear.gif' width='1' height='2' hspace='0' vspace='0' border='0'></div>");
document.write("<div style='padding:1px;'>");
document.write("<a href='" + ROOT + "/index.htm'>Home</a> | <a href='" + ROOT + "/Visitor/default.htm'>Visitor</a> | <a href='/Resident/default.htm'>Resident</a> | <a href='/Business/default.htm'>Business</a> | <a href='/Search/default.asp'>Search</a> | <a href='/AppForms/ContactUs.asp'>Contact Us</a><br>");
document.write("&copy; 2007 City of Las Vegas | <a href='" + ROOT + "/privacy.htm'>Privacy, Security, Acceptable Use Policies</a>");
document.write(" | <a href='" + ROOT + "/about_web.htm'>About This Web Site</a>");
document.write("</div>");
document.write("<div style='background-color:#ffffff; height:2px;'><img src='" + ROOT + "/images/clear.gif' width='1' height='2' hspace='0' vspace='0' border='0'></div>");
document.write("</div>");
//-->