if (self == top){
var url = self.location.pathname;
var id = self.location.search;
var hash = self.location.hash;
self.location = "index2.php?" + url + id + hash;
}