function weiter()
{
 if(location.hostname == 'www.konkret-verlage.de' || location.hostname == 'konkret-verlage.de')
 {
  document.location.href = 'http://www.konkret-verlage.de/start.htm';
  window.location.href   = 'http://www.konkret-verlage.de/start.htm';
 }
  else if(location.hostname == 'www.konkret-literatur-verlag.de' || location.hostname == 'konkret-literatur-verlag.de')
  {
     document.location.href = 'http://www.konkret-literatur-verlag.de/start.htm';
     window.location.href   = 'http://www.konkret-literatur-verlag.de/start.htm';
  }
  else if(location.hostname == 'www.gremliza.de' || location.hostname == 'gremliza.de')
  {
   document.location.href = 'http://www.gremliza.de/klv/';
   window.location.href   = 'http://www.gremliza.de/klv/';
  }
  else if (location.hostname == 'www.klv.konkret-verlage.de' || location.hostname == 'klv.konkret-verlage.de')
  {
   document.location.href = 'http://www.konkret-literatur-verlag.de/klv/';
   window.location.href   = 'http://www.konkret-literatur-verlag.de/klv/';
  }
  else if (location.hostname == 'www.kvv.konkret-verlage.de' || location.hostname == 'kvv.konkret-verlage.de')
  {
   document.location.href = 'http://www.konkret-verlage.de/kvv/';
   window.location.href   = 'http://www.konkret-verlage.de/kvv/';
  }
  else if (location.hostname == 'www.konkret-magazin.de' || location.hostname == 'konkret-magazin.de')
  {
   document.location.href = 'http://www.konkret-magazin.de/kvv/';
   window.location.href   = 'http://www.konkret-magazin.de/kvv/';
  }
//   else if (location.hostname == 'www.plakate.konkret-verlage.de' || location.hostname == 'plakate.konkret-verlage.de')
//  {
//   document.location.href = 'http://www.konkret-verlage.de/redaktion/plakateSD/index.html';
//   window.location.href   = 'http://www.konkret-verlage.de/redaktion/plakateSD/index.html';
//  }
  else if (location.hostname == 'www.bitap.konkret-verlage.de' || location.hostname == 'bitap.konkret-verlage.de')
  {
   document.location.href = 'http://www.konkret-verlage.de/dialog/index.html';
   window.location.href   = 'http://www.konkret-verlage.de/dialog/index.html';
  }

}
