function swapimage(newImageSrc) {
	var thisImage = document.getElementById("editorialImage");
	thisImage.src = newImageSrc;
}