var kabel = { src: 'fileadmin/templates/ondernemersvoordeel.nl_new/js/kabel.swf' };
	sIFR.activate(kabel);

	sIFR.replace(kabel, {
		selector: '#content .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#CE0136' }
		}
		,wmode: 'transparent'
	});
	
	sIFR.replace(kabel, {
		selector: '#sidebar .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#CE0136' }
		}
		,wmode: 'transparent'
	});

	sIFR.replace(kabel, {
		selector: '#left .leftmenu .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#CE0136' }
		}
		,wmode:'transparent'
	});
	
	sIFR.replace(kabel, {
		selector: '#contact .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#CE0136' }
		}
		,wmode:'transparent'
	});