$(document).ready(function() {



/* FONT REPLACE */
	FLIR.init( { path: 'http://psap.wd.isbijnaklaar.nl/js/facelift/' } );
	FLIR.replace( 'h4#kopTekst' , new FLIRStyle({ cFont:'scalasa' }) );
	FLIR.replace( 'p.menu' , new FLIRStyle({ cFont:'scalasa', realFontHeight:true, mode:'wrap' }) );
	FLIR.replace( 'h1.kopTekst' , new FLIRStyle({ cFont:'scalasabd', realFontHeight:true, mode:'wrap' }) );
	FLIR.replace( 'div.pageEditblockContent h1' , new FLIRStyle({ cFont:'scalasabd', realFontHeight:true, mode:'wrap' }) );
	FLIR.replace( 'div.pageEditblockContent h2' , new FLIRStyle({ cFont:'scalasabd', realFontHeight:true, mode:'wrap' }) );
	FLIR.replace( 'div#shopContent h1' , new FLIRStyle({ cFont:'scalasabd', realFontHeight:true, mode:'wrap' }) );
	FLIR.replace( 'div#shopLeft h2' , new FLIRStyle({ cFont:'scalasabd', realFontHeight:true, mode:'wrap' }) );
	//FLIR.replace( 'div.shopLinkContainer a' , new FLIRStyle({ cFont:'scalasabd', realFontHeight:true, mode:'wrap' }) );
/* IMAGE FADER */
	$('#imageContainer').cycle({ 
		fx:    'fade', 
		pause:  1 
	});

});
