var LeftPic_name = new Array	
("Big/IMG_0672.jpg",
"Big/IMG_0676.jpg",
"Big/IMG_5436.jpg",
"Big/IMG_5646.jpg",
"Big/IMG_5666.jpg",
"Big/IMG_5678.jpg",
"Big/IMG_5704.jpg",
"Big/IMG_5705.jpg",
"Big/IMG_9284.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]
			     }
		     }
