function getCaptcha(){
		new Ajax.Request("http://www.voordeelvoorouderen.nl/ajax/getCaptcha.php",
	   	  {
           	  onComplete : function(t)
	           {
				$('bca').value=t.responseText.toUpperCase();
	           }
	       });
}
