
	function changeImage(){
	
		document.getElementById("image").src="image?"+Math.random();
	}
