var LeftPic_name = new Array	
("Big/IMG_0715.jpg",
"Big/IMG_0718.jpg",
"Big/IMG_0721.jpg",
"Big/IMG_0776.jpg",
"Big/IMG_0723.jpg",
"Big/IMG_0754.jpg",
"Big/IMG_0761.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]
			     }
		     }