function disp() {
  var r = Math.round(Math.random()*5)+1;
  document.getElementById('vehicle'+r).style.display='block';
}
