﻿//address and contact information footer for all pages

document.writeln("<center>");
document.writeln("<br />");
document.writeln("<hr />");
document.writeln("<p class=\"footertext\">");
document.writeln("Bedford Weaving Inc. <b>&middot;</b> P.O. Box 449, Bedford, Virginia 24523\n<br />");
document.writeln("Phone: 540.586.8235 <b>&middot;</b> Fax: 540.586.6653<br />");
document.writeln("<b>&copy; 2009 Bedford Weaving Inc.</b>");
document.writeln("</p>");
document.writeln("</center>");
