var mess = new Array('<img src="rand/rand1.jpg" width="354" height="465">','<img src="rand/rand2.jpg" width="354" height="465">','<img src="rand/rand3.jpg" width="354" height="465">','<img src="rand/rand5.jpg" width="354" height="465">','<img src="rand/rand6.jpg" width="354" height="465">','<img src="rand/rand8.jpg" width="354" height="465">','<img src="rand/rand9.jpg" width="354" height="465">','<img src="rand/rand12.jpg" width="354" height="465">','<img src="rand/rand13.jpg" width="354" height="465">','<img src="rand/rand15.jpg" width="354" height="465">','<img src="rand/rand16.jpg" width="354" height="465">','<img src="rand/rand17.jpg" width="354" height="465">');
var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);


