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