function checkFrames()
{


if(this == top)
{
  document.close();
top.location.replace("http://www.aalraeucherei-curbach.de/shop/nav.html?"+location.pathname);
}
}
