$(document).ready(function() {
   $('#basement-links ul li a').append(' &raquo;');
   $('#content h2').each(function() {
      if ($(this).text()=="INDEX") {
         $(this).remove();
      };
   });
});
