
var Temp = parent.parent.location.href;	
var int_atpos = Temp.indexOf("@");
if (int_atpos != -1)
{
if((Temp.substring(0,11)).toLowerCase() == "http://www.")
 {
  str_atdomain = Temp.substring(11,Temp.indexOf("@"));
  }
  else if((Temp.substring(0,7)).toLowerCase() == "http://")
  {	
   str_atdomain = Temp.substring(7,Temp.indexOf("@"));
  }
  switch(str_atdomain.toLowerCase())
  {
//elke
case"elke": x='/elke/';
break;
//harald
case"harald": x='/harald/';
break;
//gabbafriend
case"gabbafriend": x='/gabbafriend/';
break;
//bergisch-land-wuppertal
case"bergisch-land-wuppertal": x='/bergisch-land-wuppertal/';
break;
//richard
case"richard": x='/richard/';
break;
//tuesday-night
case"tuesday-night": x='/tuesday-night/';
break;
//termine
case"termine": x='/termine/';
break;
//lastatdomain
default: x='index1035219984.html';
}
}
else
{
x='index1035219984.html';
}
window.location.href=x;
//kundenindex index1035219984.html
