var myNum = parseInt(Math.random()*6) + 1;

function HomeImage(){
  document.write("<img src='images/header"+myNum+".jpg' />");
}