html=''; 
separator =' | ';
html+='<HR width=\"800\" align=\"left\"><CENTER><DIV class=\"eightpt\">';
//entry
html+='<A onclick=\"javascript: window.open(\'req.html\',\'windowid\',\'width=530,height=340\')\" class = \"eightpt\">'
html+='Site Requirements</A>';
html+=separator;
//entry
html+='<A href=\"http://www.anl.gov/nonfednotice.html\" class=\"eightpt\"';
html+='target=\"anl\">Security Notice</A>';
html+=separator;
html+='<A href=\"/xraytools.html\" class=\"eightpt\">';
html+='BioCAT\'s X-ray Tools</A>';
//entry
//closout
html+='</DIV></CENTER><HR width=\"800\" align=\"left\">';
html+='<P align=\"right\" class=\"eightpt\">Last Modified:  ';
html+=document.lastModified;
html+='</FONT></P>';

document.write(html);
