var LeftPic_name = new Array	
("Big/IMG_0182.jpg",
"Big/IMG_0183.jpg",
"Big/IMG_0196.jpg",
"Big/IMG_0224.jpg",
"Big/IMG_0208.jpg",
"Big/IMG_0491.jpg",
"Big/IMG_0552.jpg",
"Big/IMG_0559.jpg");

var l1 = LeftPic_name.length;

var rnd1_no = Math.floor(l1*Math.random());

function cycleLeft() {
	if (document.images) {
	document.LeftPic.src = LeftPic_name[rnd1_no]
			     }
		     }