<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var allwebco	  = "yes"	// SHOW COPYRIGHT
var w3clogo	  = "no"	// SHOW W3C VALID LOGO



document.write('<a href="index.html">Home</a>');

document.write('&nbsp;|&nbsp;');

document.write(' <a href="about.htm">About</a>');

document.write('&nbsp;|&nbsp;');

document.write('<a href="products.htm">Products</a>');

document.write('&nbsp;|&nbsp;')

document.write('<a href="location.htm">Location</a>');

document.write('&nbsp;|&nbsp;')

document.write('<a href="/store/index.php">Store</a>');

document.write('&nbsp;|&nbsp;')

document.write('<a href="sitemap.htm">Site Map</a>');

document.write('&nbsp;|&nbsp;')

document.write(' <a href="contactlmtc.htm">Contact</a>');

document.write('<br>');

   if (w3clogo == "yes") {
document.write('<br><a href="http://www.w3.org/"><img src="picts/w3c.gif" alt="Valid HTML 4.01 Transitional" border="0" vspace="6"></a><br>');
}

document.write('<br>LMTC sells used Yanmar tractors by choice because of the high quality of the tractors.');
document.write('<br>However LMTC is not affiliated with Yanmar America nor any corporate YanmarŽ entity.');
document.write('<br>We are an independent business that buys and sells tractors in the open marketplace.');
document.write('<br>All contents &copy;Copyright 1998-2009 ');


// EDIT THE NEXT LINE

document.write('<a href="index.html">Little Miami Trading Company</a><br>');







   if (allwebco == "yes") {
document.write('Site Design and hosting by <a href="http://www.cincinnatiwebservices.com" target="_blank">Cincinnati Web Services</a><br>');
}




document.write('<br>');

//  End -->