function changeBackground(imagePath,image) {
	newImage = "/"+imagePath+image;
	document.getElementById("theBackgroundImage").style.background="url("+newImage+")";

}
