
/*Creates footer and standard footer navigation */

//document.write('<html><head><\/head><body>')

document.write('<\/td><\/tr>')

/*Begin footer area*/

document.write('<tr>')
document.write('<td valign="top" colspan="2" align="center">')


/*Footer red line*/
document.write('<img src="images/black_2px.gif" border="0" alt="black line" height="2" width="300" \/><br \/>')
document.write('<br \/>')
document.write('<span class="footer">')

ThisPage=location.href+"" 
document.write ("Back to ") 
document.write ("<a href='\"+ThisPage+\"'>Top<\/a>")
document.write('<br \/>')
document.write('<a href="index.html">Library Home<\/a> | <a href="index.html">Reference Services<\/a> | Catalog | <a href="instruction/index.html">Instruction<\/a> | <a href="policy/index.html">Service Policy<\/a>')
document.write('<br \/><br \/>')

document.write('<table align="center" border="0">')
document.write('<tr><td valign="top">')
document.write('<img src="images/blackflag.gif" border="0" alt="anarchist flag" height="50" width="51" \/>')
document.write('<\/td><td valign="middle"><span class="footer">')
document.write('&copy; <a href="brsu.html">Bertrand Russell State University<\/a><br \/>')
function makeArray() { 
for (i = 0; i < makeArray.arguments.length; i++) 
  this[i + 1] = makeArray.arguments[i]; 
}

var modifiedMonth = new makeArray('January','February','March','April',
                          'May','June','July','August','September',
                          'October','November','December');

var modifiedDate = new Date(document.lastModified);

document.write('Last Modified : ' + modifiedMonth[modifiedDate.getMonth() + 1] + ' ' + 
                                  modifiedDate.getDate() + ', ' + 
                                  modifiedDate.getFullYear());
document.write('<\/span><\/td><\/tr><\/table>')
document.write('<br \/>')
document.write('<em>Site maintained by the<\/em> <a href="credits.html"><em>e<\/em>-Goldman Web Collective<\/a>.')
document.write('<br \/>')
document.write('<em>Please send comments or corrections to <a href="mailto:geoffrey@redgravenstein.com">webteam*emma.brsu.edu<\/a><\/em>')
document.write('<\/span>')

//document.write('<\/body><\/html>')
