rndImg = new Array(6)
rndImg[0] = "/media/images/header_pic1.jpg"
rndImg[1] = "/media/images/header_pic2.jpg"
rndImg[2] = "/media/images/header_pic3.jpg"
rndImg[3] = "/media/images/header_pic4.jpg"
rndImg[4] = "/media/images/header_pic5.jpg"
rndImg[5] = "/media/images/header_pic6.jpg"
theRnd = Math.floor( Math.random() * 6);

document.write('<img src="' + rndImg[ theRnd ] + '" alt="" style="width:272px;height:186px;margin:0px;border:0px" />')