<!--
function Frameset(Pfad){
  if (Pfad.indexOf("file://") != 0)
  {
    if (parent.frames.length == 0) {
      var Datei = window.location.pathname + window.location.search;
      top.location.replace("/cgi-bin/framer.cgi?" + Datei);
    }
  }
}

Frameset(self.location.href);

// neue Funktion foot, Ausschrift "Alle Rechte vorbehalten." mehrsprachig
function foots(allerechte){
document.writeln("<table width='100%' cellspacing='0'>");
document.writeln("<tr><td valign='top' align='left'>");
document.writeln("<hr noshade size='1'></td></tr><tr>");
document.writeln("</td></tr>");
document.writeln("<tr><td class='txt' align='center' STYLE='COLOR:#666666'><a href='/pwteam.php' STYLE='COLOR:#666666'>© 1998 - 2010 netX Betting Ltd. "+allerechte+" Gaming licence in Malta, EU.</a><BR>&nbsp;");
document.writeln("</td></tr></table>");
}

// alte Funktion foot, Ausschrift "Alle Rechte vorbehalten." nur in deutsch
function foot(){
document.writeln("<table width='100%' cellspacing='0'>");
document.writeln("<tr><td valign='top' align='left'>");
document.writeln("<hr noshade size='1'></td></tr><tr>");
document.writeln("</td></tr>");
document.writeln("<tr><td class='txt' align='center' STYLE='COLOR:#666666'><a href='/pwteam.php' STYLE='COLOR:#666666'>© 1998 - 2010 netX Betting Ltd. Alle Rechte vorbehalten. Gaming licence in Malta, EU.</a><BR>&nbsp;");
document.writeln("</td></tr></table>");
}

//-->
