var LeftPic_name = new Array	
("Big/IMG_0704.jpg",
"Big/IMG_0699.jpg",
"Big/IMG_0664.jpg",
"Big/IMG_0651.jpg",
"Big/IMG_0634.jpg",
"Big/IMG_0626.jpg",
"Big/IMG_0605.jpg",
"Big/IMG_0596.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]
			     }
		     }