var mess = new Array('<img src="random/rand41.jpg" width="200" height="225">','<img src="random/rand42.jpg" width="200" height="225">','<img src="random/rand43.jpg" width="200" height="225">','<img src="random/rand44.jpg" width="200" height="225">','<img src="random/rand45.jpg" width="200" height="225">','<img src="random/rand46.jpg" width="200" height="225">','<img src="random/rand25.jpg" width="200" height="225">','<img src="random/rand26.jpg" width="200" height="225">','<img src="random/rand27.jpg" width="200" height="225">','<img src="random/rand28.jpg" width="200" height="225">','<img src="random/rand29.jpg" width="200" height="225">','<img src="random/rand30.jpg" width="200" height="225">','<img src="random/rand31.jpg" width="200" height="225">','<img src="random/rand32.jpg" width="200" height="225">','<img src="random/rand33.jpg" width="200" height="225">','<img src="random/rand34.jpg" width="200" height="225">','<img src="random/rand35.jpg" width="200" height="225">','<img src="random/rand36.jpg" width="200" height="225">','<img src="random/rand37.jpg" width="200" height="225">','<img src="random/rand38.jpg" width="200" height="225">','<img src="random/rand39.jpg" width="200" height="225">','<img src="random/rand40.jpg" width="200" height="225">','<img src="random/rand1.jpg" width="200" height="225">','<img src="random/rand2.jpg" width="200" height="225">','<img src="random/rand3.jpg" width="200" height="225">','<img src="random/rand4.jpg" width="200" height="225">','<img src="random/rand5.jpg" width="200" height="225">','<img src="random/rand6.jpg" width="200" height="225">','<img src="random/rand7.jpg" width="200" height="225">','<img src="random/rand8.jpg" width="200" height="225">','<img src="random/rand9.jpg" width="200" height="225">','<img src="random/rand10.jpg" width="200" height="225">','<img src="random/rand11.jpg" width="200" height="225">','<img src="random/rand12.jpg" width="200" height="225">','<img src="random/rand13.jpg" width="200" height="225">','<img src="random/rand14.jpg" width="200" height="225">','<img src="random/rand15.jpg" width="200" height="225">','<img src="random/rand16.jpg" width="200" height="225">','<img src="random/rand17.jpg" width="200" height="225">','<img src="random/rand18.jpg" width="200" height="225">','<img src="random/rand19.jpg" width="200" height="225">','<img src="random/rand20.jpg" width="200" height="225">','<img src="random/rand21.jpg" width="200" height="225">','<img src="random/rand22.jpg" width="200" height="225">','<img src="random/rand23.jpg" width="200" height="225">','<img src="random/rand24.jpg" width="200" height="225">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);
                    // JavaScript Document
