var LeftPic_name = new Array	
("Big/IMG_8311.jpg",
"Big/IMG_8300.jpg",
"Big/IMG_8321.jpg",
"Big/IMG_8317.jpg",
"Big/IMG_8313.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]
			     }
		     }