var foot = '' +

'  <tr>' +
'  <td colspan=3 align=center>' +
'   <font size=2>' +
'   <a href="project1.html">\'69 Camaro</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project2.html">\'55 Nomad</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project3.html">\'65 Mustang</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project4.html">\'70 Camaro</a>&nbsp&nbsp&nbsp&nbsp   ' +
'   <a href="project5.html">\'34 Ford</a>&nbsp&nbsp&nbsp&nbsp' +
'   <br>' +
'   <a href="project6.html">\'73 Bronco</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project7.html">\'67 Camaro</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project8.html">Cobra</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project9.html">\'48 Chevy</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project10.html">\'68 Chevy</a>&nbsp&nbsp&nbsp&nbsp' +
'   <br>' +
'   <a href="project11.html">\'51 Chevy</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project12.html">\'56 Chevy</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project13.html">\'31 Model A</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project14.html">\'56 Ford</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="project15.html">\'61 Jeep FC</a>&nbsp&nbsp&nbsp&nbsp' +
'   <br>' +
'   <a href="project16.html">\'71 Pontiac Firebird</a>&nbsp&nbsp&nbsp&nbsp' +
'   <p>   ' +
'   <a href="index.html">Home</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="forSale.html">For Sale</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="products.html">Products</a>&nbsp&nbsp&nbsp&nbsp' +
'   <a href="about.html">Contact</a>' +
'   <p>   ' +
'   ~ Northwest Autofab &copy; 2010 ~' +
'   <p>' +
'   ' +
'   <font size=2>' +
'	website created and maintained by' +
'	<br> ' +
'	<a href="http://www.ltwdesign.com">LTW Design</a>' +
'   </font>' +
' ' +
'  </font></td>' +
' </tr>' 

document.write(foot)