
var URLsub=location.href.substr(location.href.lastIndexOf('/')+1,location.href.length-1);
if(URLsub.indexOf('index')<0 && self==top)location.replace('index.htm?URL='+URLsub);


