// frame.js

// (C) 2000 www.CodeLifter.com
// http://www.codelifter.com
// Free for all users, but leave in this  header
if (parent.location.href == self.location.href){
    window.location.href = '/'
}

