function removeElements() {
$("#search-controls").hide(); $(".firstHeading").hide(); $("#contentSub").hide(); $("#catlinks").hide(); $("#footer-box").hide();
}
$(document).ready(function () {
removeElements();
});