window.onload = execOnLoad;

function execOnLoad() {
  document.getElementById('query').setAttribute('autocomplete', 'off');  
}
