myImageCnt = 2;
				myImage = new Array(
				 "img/top-img1.jpg",
				 "img/top-img2.jpg"
				)
				myRnd = Math.floor(Math.random()*myImageCnt);
