var LeftPic_name = new Array	
("Big/CRW_7549.jpg",
"Big/CRW_7551.jpg",
"Big/CRW_7552.jpg",
"Big/CRW_7562.jpg",
"Big/CRW_7569.jpg",
"Big/CRW_7576.jpg",
"Big/CRW_7578.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]
			     }
		     }