var LeftPic_name = new Array	
("Big/IMG_0474.jpg",
"Big/IMG_6398.jpg",
"Big/IMG_8503.jpg",
"Big/IMG_8966.jpg",
"Big/IMG_0006.jpg",
"Big/IMG_9773.jpg",
"Big/IMG_0002.jpg",
"Big/CRW_1981.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]
			     }
		     }