
	//<[CDATA[

	var pirulen = { src: 'fileadmin/isights.nl/js/pirulen.swf' };
	var calibri = { src: 'fileadmin/isights.nl/js/century.swf' };
	sIFR.activate(pirulen);

	sIFR.replace(pirulen, {
		selector: '.content h1'
		,css: {
			'.sIFR-root': { 'color': '#000000' }
		}
		,wmode: 'transparent'
	});
	sIFR.replace(pirulen, {
		selector: '.module h1'
		,css: {
			'.sIFR-root': { 'color': '#000000' },
			'a': {'color':'#ffffff', 'text-decoration':'none'},
			'a:hover' : {'color':'#FFD9BF'}

		}
		,wmode: 'transparent'
	});
	
	//]]>
