var RecaptchaOptions = {
   theme : 'clean',
   lang : 'nl'
};

jQuery().ready(function(){
$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});
      $("#error").hide();
      $("#highlight").hide();

});



