function rotateImages() {
	document.getElementById('mainImage').src="images/main/"+Math.round(Math.random()*10,1)+".jpg";
}

