var docbase = document.location.toString();
docbase = docbase.substring(0,docbase.lastIndexOf("spol/"));
document.write('<BASE HREF="' + docbase + 'spol/">\n');

document.write('\t<a href="spol_rico2004_toc.html">T of C</a> -- \n');
document.write('\t<a href="summary/info/RICO_known_pblms.html">Problems</a> -- \n');
document.write('\t<a href="info/RICO_links.html">Links</a> -- \n');
document.write('\t<a href="summary/info/status.html">Status</a>\n');
var locat = document.location.toString();
locatx = locat.substring(0,locat.lastIndexOf("/"));
document.write('<BASE HREF="' + locat + '">');

