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