  var myimages1=new Array()
  //specify random images below. You can have as many as you wish
  myimages1[1]="/images/random/header-01.gif"
  myimages1[2]="/images/random/header-01.gif"
  myimages1[3]="/images/random/header-01.gif"

  var ry1=Math.floor(Math.random()*myimages1.length)

  if (ry1==0)
     ry1=1
     document.write('<table border="0" cellpadding="0" style="border-collapse: collapse" width="100%" id="table24" background="'+myimages1[ry1]+'">')