
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())
  {
//klaus
case"klaus": x='/klaus/';
break;
//pctipps
case"pctipps": x='/pctipps/';
break;
//links
case"links": x='/links/';
break;
//gimmicks
case"gimmicks": x='/gimmicks/';
break;
//flohmarkt
case"flohmarkt": x='/flohmarkt/';
break;
//sinuskop
case"sinuskop": x='/sinuskop/';
break;
//alpha-markt
case"alpha-markt": x='/alpha-markt/';
break;
//komfort9x
case"komfort9x": x='/komfort9x/';
break;
//cosmicshop
case"cosmicshop": x='/cosmicshop/';
break;
//cheops
case"cheops": x='/cheops/';
break;
//lastatdomain
default: x='index_ger.htm';
}
}
else
{
x='index_ger.htm';
}
window.location.href=x;
//kundenindex index_ger.htm



