<!--
function MM_callJS(jsStr) { //v2.0
  return eval(jsStr)
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function refreshCam() {
	rfsh = new Date();
	rfsh = "?"+rfsh.getTime();
	//document.images["webcam"].src = "http://afdelingen.windesheim.nl/gumbo-millenium/capture1.jpg"+rfsh;
	document.images["webcam"].src = "http://www.gumbocam.nl/capture1.jpg"+rfsh;
}
function isBad() {
	//webcam plaatje niet succesvol geladen, direct opnieuw
	//setTimeout("refreshCam()", 500);
}
//-->