var LeftPic_name = new Array	
("Big/IMG_5188.jpg",
"Big/IMG_5201.jpg",
"Big/IMG_5205.jpg",
"Big/IMG_8174.jpg",
"Big/IMG_8189.jpg",
"Big/IMG_8233.jpg",
"Big/IMG_8277.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]
			     }
		     }