function wisselFoto(id) {
	var jsel = document.createElement('script');
	jsel.type = 'text/javascript';
	jsel.src = '/includes/wisselfoto.php?t='+Math.round(100000*Math.random())+'&id='+id;
	x = document.body.appendChild (jsel);
}
