<!-- Hide from older browsers
// Copyright (c) 2000-2001 Captain Cook's, Visalia, CA, USA. All rights reserved.

if(top==self) { 
    var parentURL = "../index.html"
    var childURL = window.location.href
    var reframeURL = parentURL + "?" + childURL
    location.href = reframeURL
}

// End Hiding  -->
