var LeftPic_name = new Array	
("Big/IMG_9997.jpg",
"Big/IMG_5994.jpg",
"Big/IMG_5995.jpg",
"Big/IMG_9992.jpg",
"Big/IMG_9986.jpg",
"Big/IMG_9997.jpg",
"Big/IMG_5999.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]
			     }
		     }