function whatCorrector() {
  var at = 0;
  var dot = 0;
  while (document.body.innerHTML.indexOf('.'+'kukac.')!=-1 && at<10000) {
    document.body.innerHTML=document.body.innerHTML.replace('.'+'kukac.',String.fromCharCode(64));   
    at++;
  }
  while (document.body.innerHTML.indexOf('.'+'pont.')!=-1 && dot<10000) {
    document.body.innerHTML=document.body.innerHTML.replace('.'+'pont.','.');   
    dot++;
  }  
}
