Team:Dundee/cleanPage.js
From 2011.igem.org
function removeElements() {
$("#top-section").hide(); $("#search-controls").hide(); $(".firstHeading").hide(); $("#contentSub").hide(); $("#catLinks").remove(); $("#footer-box").hide();
}
$(document).ready(function () {
removeElements();
});