//<script language="Javascript">

if (top.location == self.location) {
    top.location = 'index.html'
}
//-->