	function swapimage(newimage) {
		document.getElementById("first4").style.background = ("url("+newimage+") top right no-repeat");
	}

	function swapimage2(newimage) {
		document.getElementById("pubimage").style.background = ("url("+newimage+") top left no-repeat");
	}