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