function replaceSIFRHeaders(swfLocation) {
	  var swiss = {	src: '' + swfLocation };
	//sIFR.prefetch(swiss);
	sIFR.fitExactly = true;
	sIFR.delayCSS  = true;
	sIFR.activate(swiss);
			
	sIFR.replace(swiss, {
		selector: '.SIFR-groen h1',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 19px; color: #86b918; text-transform: uppercase; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #53B71D; }'
		  ,'a:hover { color: #000000; }'
		]
	});

	sIFR.replace(swiss, {
		selector: '.SIFR-frankdane h1',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 19px; color: #00A8FF; text-transform: uppercase; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #00A8FF; }'
		  ,'a:hover { color: #00A8FF; }'
		]
	});
	
	sIFR.replace(swiss, {
		selector: '.SIFR-groen h3',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 14px; color: #86b918; text-transform: uppercase; }'
		  ,'a {color: #6D1F80;  text-decoration: none; }'
		  ,'a:link { color: #6D1F80; }'
		  ,'a:hover { color: #6D1F80; }'
		]
	});
	
	sIFR.replace(swiss, {
		selector: '.SIFR-groen h5',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 12px; color: #86b918; text-transform: uppercase; }'
		  ,'a {color: #6D1F80;  text-decoration: none; }'
		  ,'a:link { color: #6D1F80; }'
		  ,'a:hover { color: #6D1F80; }'
		]
	});
	
	sIFR.replace(swiss, {
		selector: '.SIFR-paars h1',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 19px; color: #6D1F80; text-transform: uppercase; }'
		  ,'a { text-decoration: none; }'
		  ,'a:link { color: #FFFFFF; }'
		  ,'a:hover { color: #FFFFFF; }'
		]
	});
	
	sIFR.replace(swiss, {
		selector: '.SIFR-paars h3',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 14px; color: #6D1F80; text-transform: uppercase; }'
		  ,'a { color: #86b918;  text-decoration: none; }'
		  ,'a:link { color: #86b918; }'
		  ,'a:hover { color: #86b918; }'
		]
	});
	
	sIFR.replace(swiss, {
		selector: '.SIFR-paars h5',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 12px; color: #6D1F80; text-transform: uppercase; }'
		  ,'a { color: #86b918;  text-decoration: none; }'
		  ,'a:link { color: #86b918; }'
		  ,'a:hover { color: #86b918; }'
		]
	});
	
	
	sIFR.replace(swiss, {
		selector: '.SIFR-wit h3',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 14px; color: #FFFFFF; text-transform: uppercase; }'
		  ,'a { color: #FFFFFF;  text-decoration: none; }'
		  ,'a:link { color: #FFFFFF; }'
		  ,'a:hover { color: #FFFFFF; }'
		]
	});
	
	// Showbox content bold
	sIFR.replace(swiss, {
		selector: '.contentbold',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 11px; color: #000000; text-transform: uppercase; }'
		  ,'a { color: #000000;  text-decoration: none; }'
		  ,'a:link { color: #000000; }'
		  ,'a:hover { color: #000000; }'
		]
	});
	
	
	// Evers staat op
	sIFR.replace(swiss, {
	selector: '.page-dommelsch h1',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 23px; color: #86b918; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #86b918; }'
	  ,'a:hover { color: #000000; }'
	]
	});
	
	// Evers staat op
	sIFR.replace(swiss, {
	selector: '.show h1',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 19px; color: #86b918; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #86b918; }'
	  ,'a:hover { color: #000000; }'
	]
	});
	
	// AP
	sIFR.replace(swiss, {
	selector: '.textblock h1',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 19px; color: #86b918; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #86b918; }'
	  ,'a:hover { color: #000000; }'
	]
	});
			
	// Evers staat op
	sIFR.replace(swiss, {
	selector: '.show h6',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 19px; color: #803d91; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	// dommelsch nav
	sIFR.replace(swiss, {
	selector: 'ul h6',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 12px; color: #FFFFFF; text-transform: uppercase; }'
	  ,'a { text-decoration: none; color: #FFFFFF; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	
	// Dommelsch
	sIFR.replace(swiss, {
	selector: '.textblock h5',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 18px; color: #e72f2f; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	// Superprijs
	sIFR.replace(swiss, {
	selector: '.textblock h6',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 19px; color: #803d91; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	
	// Global headers in box
	sIFR.replace(swiss, {
	selector: 'h2',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 12px; color: #FFFFFF; text-transform: uppercase; }'
	  ,'a { color: #86b918; text-decoration: none; }'
	  ,'a:link { color: #86b918 }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	// Mainnav header
	sIFR.replace(swiss, {
	selector: '.mainnav h3',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 19px; color: #FFFFFF; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	// Mainnav header "VERGETEN / SIGNUP"
	sIFR.replace(swiss, {
	selector: 'h5',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 14px; color: #FFFFFF; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #000000; }'
	]
	});
	
	// Streamer
	sIFR.replace(swiss, {
	selector: '.streamer h3',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 11px; color: #86b918; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	// Streamer
	sIFR.replace(swiss, {
	selector: '.streamer h4',
	wmode: 'transparent',
	css: [
	  '.sIFR-root { font-size: 14px; color: #FFFFFF; text-transform: uppercase; }'
	  ,'a { text-decoration: none; }'
	  ,'a:link { color: #FFFFFF; }'
	  ,'a:hover { color: #FFFFFF; }'
	]
	});
	
	sIFR.replace(swiss, {
		selector: '.login h5',
		wmode: 'transparent',
		css: [
		  '.sIFR-root { font-size: 12px; color: #86b918; text-transform: uppercase; }'
		  ,'a {color: #86b918;  text-decoration: none; }'
		  ,'a:link { color: #FFFFFF; }'
		  ,'a:hover { color: #FFFFFF; }'
			]
		});			

}