// JavaScript Document

function verandertekst(tmpVar) {
		document.getElementById('nieuwstekst').innerHTML = tmpVar;
	}	
