ke = new Image(); 
ke.src = "images/index/8.JPG";
at = new Image(); 
at.src = "images/index/24.JPG";
sze = new Image(); 
sze.src = "images/sample.jpg";
lf = new Image(); 
lf.src = "images/index/34.JPG";
egy = new Image(); 
egy.src = "images/index/48.JPG";

mo = new Image(); 
mo.src = "images/index/28.JPG";
dom = new Image(); 
dom.src = "images/index/45.JPG";
szo = new Image(); 
szo.src = "images/index/52_.JPG"; 
vf = new Image(); 
vf.src = "images/index/58.JPG";
af = new Image(); 
af.src = "images/sample.jpg";
gr = new Image(); 
gr.src = "images/sample.jpg";
be = new Image(); 
be.src = "images/index/20.JPG";
bk = new Image(); 
bk.src = "images/index/10.JPG";
kt = new Image(); 
kt.src = "images/index/50.JPG";


function kep(file) {
document.boxkep.src=file; 
}

function whatCorrector() {
  var replaces=0;
  while (document.body.innerHTML.indexOf('*'+'aff*')!=-1 && replaces<10000) {
    document.body.innerHTML=document.body.innerHTML.replace('*'+'aff*',String.fromCharCode(64));
    replaces++;
  }
}


