function drawHeader(){
  document.write("<img src='./images/header"+Math.ceil(Math.random()*4)+".jpg' height='117' width='963'>");
}
