
// http://www.codelifter.com/main/javascript/openinframeset1.html


if (parent.location.href == self.location.href){
    // change the url below to the url of the
    // frameset page...
    window.location.href = 'index.shtml'
}


