var Prefix = new String();
if (document.title != 'Keyfuels')
  {
  if (document.title == 'Search Results' | document.title == 'Customer Communication' | document.title == 'Fuel Supply Difficulties' | document.title == 'Find My Nearest Site' | document.title == 'Find My Nearest Site - Results' | document.title == 'Plan My Route' | document.title == 'Plan My Route - Results')
    {
      Prefix = 'http://www.keyfuels.co.uk/';
    }
  else
    {
      Prefix = '../';
    }
  }
else
  {
    Prefix = '';
  }
var CopyrightDate = new Date();
document.writeln('<div id="footer">');
if (CopyrightDate.getYear() != '2005')
  {
    document.writeln('<span style="color:#000000;">Copyright &copy;2005 - ' + CopyrightDate.getYear() + ' CH Jones Ltd. All rights reserved.</span><br>');
  }
else
  {
    document.writeln('<span style="color:#000000;">Copyright &copy;2005 CH Jones Ltd. All rights reserved.</span><br>');
  }
document.writeln('<a href="' + Prefix + 'legal/terms.htm">Terms of Use</a>');
document.writeln('&nbsp;|&nbsp;');
document.writeln('<a href="' + Prefix + 'legal/privacy.htm">Privacy Policy</a>');
document.writeln('&nbsp;|&nbsp;');
document.writeln('<a href="' + Prefix + 'legal/trademarks.htm">Trademarks</a><br>');
document.writeln('Keyfuels is a trademark of CH Jones Ltd.');
document.writeln('</div>');