function GaNaarNieuwsPagina(parameters) {
	if (parameters != '') { 
        location.href=parameters;
	}
}
