function breakOutEnglish() {
  var loc = top.content.document.URL;
  var loc2 = top.foot.document.URL;
  loc=loc.substr(loc.search("http://www.jurtschitsch.com/"));
  loc=loc.replace("english/","");

  loc2=loc2.substr(loc2.search("http://www.jurtschitsch.com/"));
  loc2=loc2.replace("english/","");
  top.content.location.href=loc;
  top.foot.location.href=loc2;
  }