document.write('<div id="footer">')

document.write('<div class="footer" id="footer_left">'
+ '<p>Copyright &copy; 2009 OceanMaster Engineering Pte Ltd - All rights reserved</p>'
+ '</div>')

document.write('<div class="footer" id="footer_right">'
+ '<p><a href="index.html">Home</a> | <a href="about.html">About Us</a> | <a href="clients.html">Clients</a> | <a href="services.html">Product &amp; Services</a> | <a href="contact.html">Contact Us</a></p>'
+ '</div>')

document.write('</div>')