// JavaScript Document for HOM

function createFooter() {
  document.write('<div class="lfoot_textarea">');
  document.write('  <div class="lfoot_content">210 MIDDLE ROAD IOI PLAZA #01-05 Singapore 188994</div>');
  document.write('	<div class="lfoot_content">Tel: +65 6337 6822 | Fax: +65 6337 7021 | Email: info@hbotmed.com</div>');
  document.write('  <div class="lfoot_content2">Copyrights &copy;2008 Hyperbaric and Occupational Medicine Pte Ltd. All Rights Reserved.</div>');
  document.write('</div>');
}