check=0; 
domain=new Array(
"http://tanja-bohr.de",
"http://tanja-bohr.de/",
"http://tanja-bohr.de/index.htm",
"http://www.tanja-bohr.de",
"http://www.tanja-bohr.de/",
"http://www.tanja-bohr.de/index.htm"
);
for(i=0;i<domain.length;i++){ var site=top.location.href; var param=site.split("?"); if(param[0]==domain[i]){ check=1; } } 
if(check==0){ 
	top.location.href="http://www.tanja-bohr.de"; 
}
