
var str_url = parent.parent.location.href;
var str_preurlmin = /http:\/\/[^www]/i;
var str_preurlmax = /http:\/\/www\./i;
var int_atpos = str_url.indexOf("@");
var int_urlpos = str_url.indexOf("/", 8);
var domain = str_url.substring(0, int_urlpos);
if (int_atpos != -1) {
if (str_url != -1) {
if (str_preurlmin.exec(str_url))  {
str_atdomain = str_url.substring(7, int_atpos);
} else {
if (str_preurlmax.exec(str_url)) {
str_atdomain = str_url.substring(11, int_atpos);
}
}
switch(str_atdomain.toLowerCase())
{
//elu
case"elu": x='/privat/elu/';
break;
//helga
case"helga": x='/privat/helga/';
break;
//carsten
case"carsten": x='/privat/carsten/';
break;
//ramona
case"ramona": x='/privat/ramona/';
break;
//sebastian
case"sebastian": x='/privat/sebastian/';
break;
//petra
case"petra": x='/privat/petra/';
break;
//stephan
case"stephan": x='/privat/stephan/';
break;
//hannah
case"hannah": x='/privat/hannah/';
break;
//steffen
case"steffen": x='/privat/steffen/';
break;
//martha
case"martha": x='/privat/martha/';
break;
//shop
case"shop": x='/shop/';
break;
//weinkeller
case"weinkeller": x='/weinkeller/';
break;
//superman
case"superman": x='/superman/';
break;
//florian
case"florian": x='/privat/florian/';
break;
//hausbau
case"hausbau": x='/hausbau/';
break;
//lukas
case"lukas": x='/privat/lukas/';
break;
//weinprobe
case"weinprobe": x='/weinprobe/';
break;
//sarah
case"sarah": x='/privat/sarah/';
break;
//lastatdomain
default: x='index982045220.htm';
}
}
}
else
{
x='index982045220.htm';
}
window.location.href=x;
//kundenindex index982045220.htm





