var sSelf_location = new String(self.location);
var variabler = "";
if (sSelf_location.indexOf('?') != -1) {
	variabler = sSelf_location.substring(sSelf_location.indexOf('?'), sSelf_location.length);
}
if (top.location == self.location) {
	top.location = location.protocol + "//" + document.domain + variabler;
}
