<!-- Begin
// NOTE: If you use a ' add a slash before it like this \'

document.write('<div id="main-header"><!--Begin main-header -->');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr>');
document.write('<td align="right" width="150">');
document.write('<img border="0" src="photos/logo.jpg" width="159" height="85" alt="Old Ford Truck">');
document.write('</td>');
document.write('<td width="100%" align="left">');
document.write('<div id="main-logo"><a href="index.html">Old Ford Trucks</a></div>');
document.write('<div id="main-logo2">www.old-ford-trucks.com</div>');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="left">');
document.write('<TABLE cellpadding="0" cellspacing="2" border="0"><tr><td width="15">&nbsp;<br>');
document.write('</td><td nowrap><a href="index.html" class="menu">Home</a>');
document.write('</td><td nowrap><a href="contact.html" class="menu">Contact</a>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');
document.write('</td>');
document.write('</tr></table>');
document.write('</div><!--End main-header -->');

//  End -->