function changeColor(id, color) {  document.getElementById('td_eiland_titel_'+id).style.backgroundColor = color;}function validateInputBox () {	if (document.getElementById('newsletterSubscribeEmail').value=='') {		alert('Vul uw emailadres in.')		return false;	} else {		return true;	}}