//No line breaks or quotes in "RandImgs"

var RandImgs = new Array()
RandImgs[1] = "<DIV id=jrHomeImg><IMG height=277 src=/content/upload/AssetMgmt/images/JRimages/jrMain.jpg width=757 alt=Is&nbsp;Surgery&nbsp;Right&nbsp;For&nbsp;Me?></div>"

RandImgs[2] = "<DIV id=jrHomeImg><IMG height=277 src=/content/upload/AssetMgmt/images/JRimages/jrMain1.jpg width=757 alt=Is&nbsp;Surgery&nbsp;Right&nbsp;For&nbsp;Me?></div>"

RandImgs[3] = "<DIV id=jrHomeImg><IMG height=277  src=/content/upload/AssetMgmt/images/JRimages/jrMain2.jpg width=757 alt=Is&nbsp;Surgery&nbsp;Right&nbsp;For&nbsp;Me?></div>"


var rnd = Math.floor(Math.random() * RandImgs.length)
if (rnd == 0) {
  rnd = 1
}
document.write(RandImgs[rnd])