var footer = "<table width=\"750\" border=\"0\" cellspacing=\"5\" cellpadding=\"0\">" +
"    <tr>" +
"      <td width=\"275\" valign=\"top\" class=\"body\"><font size=\"-1\">&copy;2004 Practice         Builders. <br>" +
"        All Rights Reserved. <a href=\"#\" onClick=\"MM_openBrWindow('legal.html','','width=400,height=250')\">Legal         Notice</a> </font></td>" +
"      <td><div align=\"right\">" +
"          <p class=\"body\"><a href=\"index.html\">welcome</a> &#8226; <a href=\"sports.html\">sports             medicine</a> &#8226; <a href=\"work.html\">work " +
"injury</a> &#8226; <a href=\"spine.html\">spine             and back</a> &#8226; <a href=\"technology.html\">technology</a><br>" +
"            <a href=\"seniors.html\">seniors care</a> &#8226; <a href=\"other.html\">aquatic therapy</a> &#8226; <a href=\"about.html\">about us</a> &#8226; <a " +
"href=\"contact.html\">contact</a></p>" +
"        </div></td>" +
"    </tr>" +
"  </table>";

document.write(footer);