if (typeof(loadFirebugConsole) != 'undefined') { loadFirebugConsole(); }
if (typeof(console) == 'undefined') { console = {debug: function() {}}; }

$(document).ready(function(){
	$('.slideshow').cycle({fx: 'fade'});
	$("a[rel^='prettyPhoto']").prettyPhoto({theme:'light_rounded'});
	$("#scripttest").find('img').removeClass();
	$("#mailform").find('form').removeClass();
	$("#mailform").removeClass();
	$("label").inFieldLabels();
	
	$('#captcha').simpleCaptcha({
	  numImages: 5,
	  introText: 'Selecteer <strong class="captchaText"></strong><br/>'
	});
});
