var cText = '</div>'
cText += '<div id="footer">'
cText += '<a href="index.html">Home</a> | '
cText += '<a href="financial-engineering.html">Financal Engineering</a> | '
cText += '<a href="control-system-design.html">Control System Design</a> | '
cText += '<a href="software-tutorials.html">Software Tutorials</a> | '
cText += '<a href="services.html">Services</a> | '
cText += '<a href="about.html">About Us</a> | '
cText += '<a href="contact.html">Contact Us</a> | '
cText += '<a href="legalstuff.html">Notices</a>'
cText += '<br>&copy;  2003-2011 Goddard Consulting.'
cText += '</div>'
document.write(cText)
