var LeftPic_name = new Array	
("Big/IMG_0371.jpg",
"Big/IMG_0183.jpg",
"Big/IMG_0411.jpg",
"Big/IMG_9979.jpg",
"Big/IMG_9964.jpg",
"Big/IMG_0119.jpg",
"Big/IMG_0194.jpg",
"Big/IMG_0049.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]
			     }
		     }