var writeFlashEnabled = 5;

function writeFlashAd(string){
  document.write(string);
  }

