theYear = theDate.getYear();
if (theYear < 2000)
  theYear += 1900;
document.write('<p class=small8><a href="/about.php">About Us</a> | <a href="/products/">Products</a> | <a href="/testing.php">Testing and R & R Program</a> | <a href="/search/">Search our Catalog</a> | <a href="/contact.php">Contact Us</a></p>');
document.write('<p class=small8>Copyright  '+theYear+' Fuel Injection Corporation<br>');
