<!--
function Relocate(){
  if(!parent.frames.length || parent.frames[0].name.indexOf("Maluschka_")){
    var relocate = "index.html?" + window.location.pathname;
    top.location.replace(relocate);
    }
  window.focus();
  window.defaultStatus = " ";
  BodySet();
}

window.onload = Relocate;
window.onresize = Relocate;
//-->
