{
  document.write('<font face="Arial, Helvetica, MS Sans Serif" size=2>&nbsp;<br>');
  document.write('[<a href="index.htm">Home</a>] ');
  document.write('[<a href="accommodation.htm">Accommodation</a>] ');
  document.write('[<a href="businesses.htm">Businesses</a>] ');
  document.write('[<a href="community.htm">Community</a>] ');
  document.write('[<a href="diary.htm">Diary</a>] ');
  document.write('[<a href="site_index.htm">Index</a>] ');
  document.write('[<a href="links.htm">Links</a>] ');
  document.write('[<a href="parish_council.htm">Parish Council</a>] ');
  document.write('[<a href="pictures.htm">Pictures&nbsp;/&nbsp;Maps</a>] ');
  document.write('[<a href="playing_fields.htm">Playing Fields</a>] ');
  document.write('[<a href="scrapbook.htm">Scrapbook</a>] ');
//  document.write('[<a href="virtual_tour.htm">Virtual Tour</a>] ');
  document.write('[<a href="webmast	er.htm">Webmaster</a>]<br>&nbsp;<br>&nbsp;');
  document.write('</font>');
  document.write('<font face="Arial, Helvetica, MS Sans Serif" size=1>');
  // Use the getDate, getMonth and getFullYear functions as they are more browser independant,
  // document.lastModified is returned in different formats depending on browser which screws substr.
  var dlm = new Date(document.lastModified);
  document.write('Last updated on: '+dlm.getDate()+'.');
  document.write('JanFebMarAprMayJunJulAugSepOctNovDec'.substr(dlm.getMonth()*3,3)+'.'+dlm.getFullYear());
  document.write(' &nbsp; Copyright &copy; Oldbury-on-Severn.com 2002-'+dlm.getFullYear()+'<br>');
  document.write('Please read the <a href="webmaster.htm#disclaimer">disclaimer</a> ');
  document.write('and <a href="webmaster.htm#data_protection">Data Protection Statement</a>');
  document.write('</font>');
}
