function Footer()
{
		var myfooter=document.getElementById("footerbottom");
		myfooter.innerHTML="<table width='775' border='0' cellpadding='0' cellspacing='0' bgcolor='#FFFFFF'>\
  <tr>\
    <td width='759'><img src='images/spacer.gif' width='1' height='1' /></td>\
  </tr>\
  <tr>\
    <td height='50' bgcolor='#D47B07'><div align='center'>\
        <p class='bottom-txt'><a href='../index.html' class='bot'><br>\
          Home</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../about.html' class='bot'>About</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../pipeline.html' class='bot'>Pipeline</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../strategy.html' class='bot'>Strategy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../collaborations.html' class='bot'>Collaborations</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../news.html' class='bot'>News &amp; Events</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../MetabolexInc.xml' class='bot'>RSS Feed</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../careers.html' class='bot'>Careers</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../contact.html' class='bot'>Contact Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../sitemap.html' class='bot'>Site Map</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href='../policies.html' class='bot'>Policies</a></p>\
        <p class='bottom-txt'>&copy;2011, Metabolex, Inc.<br>\
            <br>\
        </p>\
    </div></td>\
  </tr>\
</table>";
}

