
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())
  {
//steffi.m
case"steffi.m": x='/steffi.m/';
window.location.href=x;
break;
//s.m
case"s.m": x='/steffi.m/';
window.location.href=x;
break;
//steffi
case"steffi": x='/steffi.m/';
window.location.href=x;
break;
//umfrage
case"umfrage": x='umfrage.htm';
window.location.href=x;
break;
//application
case"application": x='application/index.htm';
window.location.href=x;
break;
//qurushf
case"qurushf": x='qurushf/index.htm';
window.location.href=x;
break;
//fatima
case"fatima": x='qurushf/index.htm';
window.location.href=x;
break;
//spwall
case"qurushf": x='/spwall/spwall.htm';
window.location.href=x;
break;
//lastatdomain
}
}
else
{
}
//window.location.href=x;
//kundenindex index_main.htm
