(function() {
    var error = false;
    try {
        if (window.parent.location.hostname != window.location.hostname) {
            error = true;
        }
    } catch(e) {
        error = true;
    }
    if (error) {
        window.parent.location.href = window.location.href;
    }
})();

