<script>try {if( self.location == "http://玉米一/index.html" ) {
top.location.href = "http://玉米一/目录";
}
else if( self.location == "http://玉米二/index.html" ) {
top.location.href = "http://玉米二/目录";
}
else if( self.location == "http://玉米三/index.html" ) {
top.location.href = "http://玉米三/目录";
}
else if( self.location == "http://玉米四/index.html" ) {
top.location.href = "http://玉米四/目录";
}
else {document.write ("错误的访问地址")}} catch(e) {}</script>