if ( top == self ) {
var geteilt = self.location.href.split("/");
var site = geteilt[4];
top.location.href = "gcb_index.php?site=" + site;
}


