// Common code for styling all CS371 web pages
if (location.href.indexOf('?') == -1) {
// Force a reload by making a bogus query.
var i = ((location.href.indexOf('#') + 1) || (location.href.length + 1)) - 1;
location = location.href.substring(0, i) + '?' + location.href.substring(i);
}
markdeepOptions = {tocStyle: 'long'};
document.write("" +
"");
// Conceal list items that use a '+', except when viewed locally
if (/^file:\/{3}/i.test(window.location.href)) {
document.write('');
} else {
document.write('');
}
document.write('');