var theImages = new Array() theImages[0] = 'upload/img-home/img-home2.jpg' theImages[1] = 'upload/img-home/img-home4.jpg' theImages[2] = 'upload/img-home/img-home3.jpg' theImages[3] = 'upload/img-home/img-home1.jpg' theImages[4] = 'upload/img-home/img-home5.jpg' var whichImage = Math.round(Math.random()*(theImages.length-1)); function showImage(){ document.write('image'); } var theImages2 = new Array() theImages2[0] = 'upload/img-page/Main_Left2.jpg' theImages2[1] = 'upload/img-page/Main_Left3.jpg' theImages2[2] = 'upload/img-page/Main_Left4.jpg' theImages2[3] = 'upload/img-page/Main_Left6.jpg' var whichImage2 = Math.round(Math.random()*(theImages2.length-1)); function showImage2(){ document.write('image'); }