var LeftPic_name = new Array	
("Big/IMG_0477.jpg",
"Big/IMG_0474.jpg",
"Big/IMG_0489.jpg",
"Big/IMG_0509.jpg",
"Big/IMG_0510.jpg",
"Big/IMG_0522.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]
			     }
		     }