// Weiterleitung von Internetadressen 

// ----------------- hoch-am-wind.de
 if (self.location.href.indexOf('http://www.hoch-am-wind.de/')>-1)
{
self.location.href="/db-Hoch-am-Wind/index.htm";
}
 if (self.location.href.indexOf('http://hoch-am-wind.de/')>-1)
{
self.location.href="/db-Hoch-am-Wind/index.htm";
}

// ----------------- six-pack-crew.de
 if (self.location.href.indexOf('http://www.six-pack-crew.de/')>-1)
{
self.location.href="/db-Hoch-am-Wind/index.htm";
}
 if (self.location.href.indexOf('http://six-pack-crew.de/')>-1)
{
self.location.href="/db-Hoch-am-Wind/index.htm";
}

// ----------------- tennis-am-freitag.de
 if (self.location.href.indexOf('http://www.tennis-am-freitag.de/')>-1)
{
self.location.href="/db-Tennis-am-Freitag/index.htm";
}
 if (self.location.href.indexOf('http://tennis-am-freitag.de/')>-1)
{
self.location.href="/db-Tennis-am-Freitag/index.htm";
}

// ----------------- energieausweis-bj.de
 if (self.location.href.indexOf('http://www.energieausweis-bj.de/')>-1)
{
self.location.href="/Energieausweis/index.htm";
}
 if (self.location.href.indexOf('http://energieausweis-bj.de/')>-1)
{
self.location.href="/Energieausweis/index.htm";
}