function display() {
imagenumber=15;
random1=Math.floor(Math.random()*imagenumber)+1;
document.write('<img src="images/headimage'+random1+'.jpg" width=800 height=150>');
}

display()
