
	// jquery scripts
	$(document).ready(function () {

		// lightbox laten werken
		$('a.lightbox').lightBox();
		
		// slideshow
		$('#slideshow').cycle({ 
		    fx:    'fade', 
		    speed:  7000,
		    pause: 	1 
		 });
		 
				
		//equalHeight
		$(this).delay(2000,function(){
			$('#columnWrapper').equalHeights(true);  	
		});
			 
	});	
	
	// voor het gebruik van exotische font gebruiken we Cufon
	Cufon.replace('block.h2', { fontFamily: 'Baksheesh' })
			('#mainmenu h2', { fontFamily: 'Baksheesh' })
			('#mainmenu ul li a', { fontFamily: 'Baksheesh' })
			('.block', { fontFamily: 'Baksheesh' })
			('#page h3', { fontFamily: 'Baksheesh' })			;
			
			
	Cufon.replace('#page h1', {fontFamily: 'DomestosSerif' })
			('#page h2', {fontFamily: 'DomestosSerif' })
			('.nieuwsDatum', {fontFamily: 'DomestosSerif' })
			('#crumblepath', {fontFamily: 'DomestosSerif' })
			('.etalageDetails', {fontFamily: 'DomestosSerif' })
			('.categorie-text h4', { fontFamily: 'DomestosSerif' });
			
	
	
	
