var kabel = { src: 'fileadmin/skipwebfinance.nl/js/kabel.swf' };
	sIFR.activate(kabel);

	sIFR.replace(kabel, {
		selector: '#content .content-col .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#CFE735' }
		}
		,wmode: 'transparent'
	});

	sIFR.replace(kabel, {
		selector: '#left .leftmenu .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#FFDF6F' }
		}
		,wmode:'transparent'
	});
	
	sIFR.replace(kabel, {
		selector: '#contact .csc-header h1'
		,css: {
			'.sIFR-root': { 'color': '#F59F00' }
		}
		,wmode:'transparent'
	});
