function footer(){
footerString = '<br><div style="margin-left: 25%;"><a href=#top>top</a>';
if(window.history.length)//forward?
footerString+=' | <a href="javascript:history.back()"><< back</a>';
footerString+='</div><hr align="center" width="50%"><p align="center"><font face="Verdana, Arial, Helvetica, sans-serif" size="1"><a href="http://www.rit.edu/ieee" target="_top">RIT IEEE Rochester Section Student Branch</a><br>Rochester Institute of Technology<br>79 Lomb Memorial Drive, Rochester, NY 14623<br>Building 09, Room 3248<br>(585) 475-7092<br><a href="http://www.rit.edu/~631ieee/feedback.htm">Contact Us</a></font></p>';

document.writeln(footerString);
}