var theImages = new Array() 

theImages[0] = 'images/stepheaders/rdmimg/shr_01.jpg'
theImages[1] = 'images/stepheaders/rdmimg/shr_02.jpg'
theImages[2] = 'images/stepheaders/rdmimg/shr_03.jpg'
theImages[3] = 'images/stepheaders/rdmimg/shr_04.jpg'
theImages[4] = 'images/stepheaders/rdmimg/shr_05.jpg'
theImages[5] = 'images/stepheaders/rdmimg/shr_06.jpg'
theImages[6] = 'images/stepheaders/rdmimg/shr_07.jpg'
theImages[7] = 'images/stepheaders/rdmimg/shr_08.jpg'
theImages[8] = 'images/stepheaders/rdmimg/shr_09.jpg'
theImages[9] = 'images/stepheaders/rdmimg/shr_10.jpg'
theImages[10] = 'images/stepheaders/rdmimg/shr_11.jpg'
theImages[11] = 'images/stepheaders/rdmimg/shr_12.jpg'
theImages[12] = 'images/stepheaders/rdmimg/shr_13.jpg'
theImages[13] = 'images/stepheaders/rdmimg/shr_14.jpg'
theImages[14] = 'images/stepheaders/rdmimg/shr_15.jpg'
theImages[15] = 'images/stepheaders/rdmimg/shr_16.jpg'


var whichImage = Math.round(Math.random()*(15));
function showImage(){
document.write('<img src="'+theImages[whichImage]+'">');
}

var theImages1 = new Array() 

theImages1[0] = 'images/hpimages/rxa_4mma_hp_05a.jpg'
theImages1[1] = 'images/hpimages/rxa_4mma_hp_05b.jpg'
theImages1[2] = 'images/hpimages/rxa_4mma_hp_05c.jpg'
theImages1[3] = 'images/hpimages/rxa_4mma_hp_05d.jpg'
theImages1[4] = 'images/hpimages/rxa_4mma_hp_05e.jpg'
theImages1[5] = 'images/hpimages/rxa_4mma_hp_05f.jpg'
theImages1[6] = 'images/hpimages/rxa_4mma_hp_05g.jpg'
theImages1[7] = 'images/hpimages/rxa_4mma_hp_05h.jpg'
theImages1[8] = 'images/hpimages/rxa_4mma_hp_05i.jpg'
theImages1[9] = 'images/hpimages/rxa_4mma_hp_05j.jpg'
theImages1[10] = 'images/hpimages/rxa_4mma_hp_05k.jpg'
theImages1[11] = 'images/hpimages/rxa_4mma_hp_05l.jpg'

var whichImage1 = Math.round(Math.random()*(11));
function showImage1(){
document.write('<img src="'+theImages1[whichImage1]+'">');
}

var theImages2 = new Array() 

theImages2[0] = 'images/callouts/l_gsie_01.jpg'
theImages2[1] = 'images/callouts/l_gsie_02.jpg'
theImages2[2] = 'images/callouts/l_gsie_03.jpg'
theImages2[3] = 'images/callouts/l_gsie_04.jpg'



var whichImage2 = Math.round(Math.random()*(3));
function showImage2(){
document.write('<img src="'+theImages2[whichImage2]+'">');
}

var theImages3 = new Array() 

theImages3[0] = 'images/hdrs/pic_hdr_l_01.jpg'
theImages3[1] = 'images/hdrs/pic_hdr_l_02.jpg'
theImages3[2] = 'images/hdrs/pic_hdr_l_03.jpg'
theImages3[3] = 'images/hdrs/pic_hdr_l_04.jpg'
theImages3[4] = 'images/hdrs/pic_hdr_l_05.jpg'
theImages3[5] = 'images/hdrs/pic_hdr_l_06.jpg'
theImages3[6] = 'images/hdrs/pic_hdr_l_07.jpg'
theImages3[7] = 'images/hdrs/pic_hdr_l_08.jpg'
theImages3[8] = 'images/hdrs/pic_hdr_l_09.jpg'
theImages3[9] = 'images/hdrs/pic_hdr_l_10.jpg'
theImages3[10] = 'images/hdrs/pic_hdr_l_11.jpg'
theImages3[11] = 'images/hdrs/pic_hdr_l_12.jpg'
theImages3[12] = 'images/hdrs/pic_hdr_l_13.jpg'


var whichImage3 = Math.round(Math.random()*(12));
function showImage3(){
document.write('<img src="'+theImages3[whichImage3]+'">');
}