<!-- Start FOOTER

// NOTE: If you use a ' add a slash before it like this \'


var showallweb		= "yes"		// SHOW ALLWEBCO COPYRIGHT


document.write('<table cellpadding="6" cellspacing="0" border="0" width="100%" class="footertext"><tr><td align="left" valign="top" colspan="2" class="footermenu">');


// START FOOTER MENU LINKS


document.write('<a href="index.html" target="_top">Home</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="index.html" target="_top">Contact</a>');
document.write('&nbsp;|&nbsp;');


document.write('<a href="http://www.ozarkmountainrailcar.com" target="_top">Ozark Mountain Railcar</a>');





document.write('</td></tr><tr><td align="left" valign="top" width="50%">');

document.write('&copy;Copyright 2010  ');

document.write('<a href="index.html" target="_top">Ozark Rail Logistics</a> ');

document.write('All Rights Reserved<br>');






document.write('</td><td align="right" valign="top" width="50%">');

   if (showallweb == "yes") {

}
else{
document.write('&nbsp;<br>');
}

document.write('</td></tr></table>');

//  End -->
