var thePics = new Array()
thePics[1] = "/images/header_mainimage7.jpg"



var rn = Math.floor(Math.random() * thePics.length)
if (rn == 0) {
  rn = 1}
document.write("<img src='"+thePics[rn]+"' border=0>")


