﻿function switchIt(imgSrc) {
	document.getElementById('image').src = imgSrc;
}