var footerTxt = '<table border="0" cellpadding="0" cellspacing="0" width="738"><tbody><tr><td class="copyright"></td><td align="right" class="bottom_bar">   <a class="toplink" href="TOPPATH/welcome.html">About</a> |    <a class="toplink" href="TOPPATH/html/people.html">People</a> |    <a class="toplink" href="TOPPATH/html/research.html">Research</a> |   <a class="toplink" href="TOPPATH/html/events_is.html">Events</a> | <a class="toplink" href="TOPPATH/html/community_study_groups.html">Activities</a> |   <a class="toplink" href="TOPPATH/html/licensing.html">Tech. Licensing</a> |    <a class="toplink" href="TOPPATH/html/vacancies.html">Vacancies</a> |   <a class="toplink" href="TOPPATH/html/contact.html">Contact</a></td></tr></tbody></table>'


footerTxt=footerTxt.replace(/TOPPATH/g,TopPath);

document.write(footerTxt);

