$(document).ready(function() {
if (!(top === self)) {
$(".header").remove();
}

});

