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