function removeElements() {
$("#globalWrapper").remove();
}
$(document).ready(function () {
removeElements();
});