function pagefooter() {
  document.writeln('<center> <span class="footer">');
  document.writeln('<a target="mapwindow" href="http://maps.google.com/maps?oi=map&q=3707+East+Tremont+Ave,+Bronx,+NY+10465">');
  document.writeln('Bronx Tax Man</a>  | 3707 East Tremont Ave., Bronx, NY 10465 | (718) 829-3200');
  document.writeln(' | (718) 597-0004 | <a href="mailto:info@bronxtaxman.com">info@bronxtaxman.com</a>');
  document.writeln('</center><br>');
}

function copyright() {
  var lastmod = document.lastModified;
  document.write('<center>');
  document.write('<span class="footer">&copy 2010 Bronx Tax Man');
  document.write(' | Website Development: <a href="http://www.nouridatasystems.com" target="NDS">2010 Nouri Data Systems</a>');
  document.write(' | Last Modified Date: ');
  if (lastmod == 0) { document.writeln("Unknown"); }
  else { document.writeln(lastmod); }
  document.write('</span></center><br />');
}





