Team:Dundee/cleanPage.js
From 2011.igem.org
function removeElements() {
$("#p-logo").empty(); $("#search-controls").empty(); $(".firstHeading").empty();
}
function cleanStyles() {
$("#top-section).css("height", "0");
}
$(document).ready(function () {
removeElements(); cleanStyles();
});