// Copyright (c) 2000 Captain Cook's, Visalia, CA, USA. All rights reserved.
if(top==self) { 
    var parentURL = "index.html";
    var childURL = window.location.href;
    var reframeURL = parentURL;
    location.href = reframeURL;
}