<!--
if (parent.location.href == self.location.href) {
//    if (window.location.replace)
//       window.location.replace('index.htm');
//    else
        // causes problems with back button, but works
//        window.location.href = '../index.htm';
}
//  -->
