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

function SubImage(){
  document.write("<img src='images/subphoto"+myNum+".jpg' border='0' width='532' height='504' align='right' class='photorightmargin' />");
}

