/***********************************************
* JS nvdeman.be
* Date Created: 24/12/2009
* Last Modified: 24/12/2009
************************************************/

$(window).load(function() {

	/*
		Header image fader
	*/
	
	$('#headerfader').innerfade({
	  speed: 3000,
	  timeout: 8000,
	  type: 'sequence',
	  containerheight: '236px' 
	}); 
	
	$("a[rel^='prettyPhoto']").prettyPhoto();

})
