if (document.layers && (self.innerHeight == 0 && self.innerWidth == 0)) {
}
else{
    if ((top == self) || (parent.frames[2].name != 'Banner')) {
        var newURL = location.protocol + '//' + location.host + location.pathname.substring(0, location.pathname.lastIndexOf('/')) + '/frameset.htm?' + location.href
        if (document.images)
            top.location.replace(newURL);
        else
            top.location.href = newURL;
    }
}

