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 == 'Event registration')
    {
      Prefix = 'http://www.keyfuels.co.uk/';
    }
  else
    {
      Prefix = '../';
    }
  }
else
  {
    Prefix = '';
  }
document.writeln('<table cellpadding="0" cellspacing="0" id="header">');
document.writeln('<tr>');
document.writeln('<td class="logo">');
document.writeln('<img src="' + Prefix + 'images/logo_sml.gif" border="0" class="logosml"><img src="' + Prefix + 'images/logo_lrg.gif" border="0" class="logolrg"></td>');
document.writeln('<td class="gradient">');
document.writeln('<a href="' + Prefix + 'info/sitemap.htm">Site Map</a>');
document.writeln('&nbsp;|&nbsp;');
document.writeln('<a href="' + Prefix + 'info/findus.htm">How to Find Us</a>');
document.writeln('&nbsp;|&nbsp;');
document.writeln('<a href="' + Prefix + 'info/contactus.htm">Contact Us</a>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');