var LeftPic_name = new Array	
("Big/IMG_0282.jpg",
"Big/IMG_6467.jpg",
"Big/IMG_6481.jpg",
"Big/IMG_6513.jpg",
"Big/IMG_8918.jpg",
"Big/IMG_8925.jpg",
"Big/IMG_8993.jpg",
"Big/IMG_9018.jpg",
"Big/IMG_9027.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]
			     }
		     }