﻿document.write("<div id='footerMenu'>");
/** document.write("    <br />");  **/
document.write("        <a href='default.htm'>Home</a> | ");
document.write("        <a href='meeting.html'>Meeting</a> | ");
document.write("        <a href='eating.html'>Eating</a> | ");
document.write("        <a href='sleeping.html'>Sleeping</a> | ");
document.write("        <a href='planning.html'>Planning</a> | ");
document.write("        <a href='attractions.html'>Attractions</a> | ");
document.write("        <a href='rates.html'>Rates</a> | ");
document.write("        <a href='inquiryform.aspx'>Inquiry</a> | ");
document.write("        <a href='gallery.aspx'>Gallery</a> | ");
document.write("        <a href='gettinghere.html'>Getting Here</a> | ");
document.write("        <a href='aboutus.html'>About Us</a> | ");
document.write("        <a href='policies.html'>Policies</a> | ");
document.write("        <a href=' http://www.housing.ucsb.edu'>Housing & Residential Services</a> | ");
document.write("        <a href='http://www.ucsb.edu'>UCSB</a>");
document.write("    </div>");
document.write("    <div id='footerInfo'>");
document.write("        <br />");
document.write("        <br />");
document.write("        Copyright @2009 Housing & Residential Services<br />");
document.write("        1501 Residential Services<br />");
document.write("        University of California, Santa Barbara 93106-6130<br />");
document.write("        <a href='http://www.ucsb.edu/policies/terms-of-use.shtml'>UCSB Terms of Use</a><br />  ");
/** document.write("        UCSB Terms of Use<br />"); **/
document.write("        <br />");

var m = 'Page updated ' + document.lastModified;
var p = m.length-8;

document.writeln("<center>");
document.write(m.substring(p, 0));
document.writeln("</center>");
document.write("    </div>");