
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())
{
//topnews
case"topnews": x='/topnews/';
break;
//mb
case"mb": x='/mb/';
break;
//modis
case"modis": x='/modis/';
break;
//steinberg
case"steinberg": x='/steinberg/';
break;
//lastatdomain
default: x='index991398512.htm';
}
}
}
else
{
x='index991398512.htm';
}
window.location.href=x;
//kundenindex index991398512.htm



