var LeftPic_name = new Array	
("Big/IMG_0350.jpg",
"Big/IMG_0353.jpg",
"Big/IMG_0366.jpg",
"Big/IMG_0370.jpg",
"Big/IMG_0379.jpg",
"Big/IMG_1127.jpg",
"Big/IMG_6254.jpg",
"Big/IMG_8688.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]
			     }
		     }
