// NewCorp include file to place footer.

function PlaceFooter()
{
document.write("<h5 class='noprint' align='center'>\n");
document.write("<a href='http://www.omdcorp.com/index.htm'>Home</a>&nbsp;&nbsp;&nbsp;&nbsp;\n");
document.write("<a href='http://www.omdcorp.com/privacy_policy.htm'>Privacy Policy</a>&nbsp;&nbsp;&nbsp;&nbsp;\n");
document.write("<a href='http://www.omdcorp.com/sitemap.htm'>Site Map</a>\n");
document.write("</h5>\n");

document.write("<div id='footer'>\n");
document.write("<h5 align=center>Copyright © 2011 ECi OMD<br>\n");
document.write("3705 Missouri Blvd<br>\n");
document.write("PO Box 6760<br>\n");
document.write("Jefferson City, MO 65102-6760<br>\n");
document.write("(866) 440-8664<br>\n");
document.write("ECi, OMD, and OMDNet\n");
document.write("are registered trademarks<BR>of eCommerce Industries, Inc.\n");
document.write("in the United States and other territories.<BR>\n");
document.write("All rights reserved.<br>\n");
document.write("All brand names and product names used herein are trademarks,<BR>\n");
document.write("registered trademarks, or trade names of their respective holders.</h5>\n");
document.write("</div>\n");

}

