var LeftPic_name = new Array	
("Big/IMG_0719.jpg",
"Big/IMG_0732.jpg",
"Big/IMG_0737.jpg",
"Big/IMG_0738.jpg",
"Big/IMG_0805.jpg",
"Big/IMG_0819.jpg",
"Big/IMG_0820.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]
			     }
		     }