//No line breaks or quotes in "RandImgs"

var RandImgs = new Array()
RandImgs[1] = "<DIV id=iPHomeImg><IMG height=276 src=/content/upload/AssetMgmt/images/Imaging/1.jpg width=757></div>"
RandImgs[2] = "<DIV id=iPHomeImg><IMG height=276 src=/content/upload/AssetMgmt/images/Imaging/2.jpg width=757></div>"


var rnd = Math.floor(Math.random() * RandImgs.length)
if (rnd == 0) {
  rnd = 1
}
document.write(RandImgs[rnd])