var bottomlinks = "";
bottomlinks += '<BR>';
bottomlinks += '<DIV ALIGN="CENTER" CLASS="Text-Regular">';
bottomlinks += '<P>';
bottomlinks += '<A HREF="contactus.html">contact us</A> | ';
bottomlinks += '<A HREF="links.html"> links</A> | ';
bottomlinks += '<A HREF="sitemap.html">site map</A> | ';
bottomlinks += '<A HREF="http://www.nebraska.edu/siteinfo/index.shtml" TARGET="_blank">copyright violations</A>';
bottomlinks += '</P>';
bottomlinks += '<P>';
bottomlinks += '<A HREF="about_cancer.html">About pancreatic cancer</A> | ';
bottomlinks += '<A HREF="pccr_project.html">PCCRProject</A>';
bottomlinks += '</P>';
bottomlinks += '</DIV>';
window.document.writeln(bottomlinks);