<!-- Begin
if (parent.location.href == self.location.href) {
    p=window.location.pathname;
    document.cookie = "page="+escape (p) +"; path=/";
    window.location.href = '/index2.html';
}
// End -->
