$(document).ready(function() {
	Cufon.replace('.content h1, .cufon');
	Cufon.now();

	$('.header').cycle({fx: 'fade', timeout: 5000}); 

	$('#searchInput').focus(function() {
		if(this.value == 'zoeken') {this.value = '';}
	});
	$('#searchInput').blur(function() {
		if(this.value == '') {this.value = 'zoeken';}
	});
    
    $("#fancyiframe,.fancyiframe").fancybox({
				'width'				: 450,
				'height'			: 500,
				'autoScale'			: false,
				'transitionIn'		: 'none',
				'transitionOut'		: 'none',
				'type'				: 'iframe'
	});
    
});
