
if(!Lib.opera) {
	var vagroundedbold = {
	  src: '/nl/sifr/vag-rounded-bold.swf'
	};
	var vagroundedlight = {
	  src: '/nl/sifr/vag-rounded-light.swf'
	};
	
	sIFR.activate(vagroundedbold); 
	
	sIFR.replace(vagroundedlight, {
	  selector: 'p.streamer'
		,css: '.sIFR-root { color: #26ace2; letter-spacing: 0.5; leading: 8; } a { color: #26ace2; text-decoration:none; } a:hover { color: #444444; text-decoration:none; }'
		,wmode: 'transparent'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	});
	
	sIFR.replace(vagroundedbold, {
	  selector: '#page-content h2.red'
		,css: '.sIFR-root { color: #e61782; letter-spacing: 0.5; } a { color: #e61782; text-decoration:none; } a:hover { color: #444444; text-decoration:none; }'
		,wmode: 'transparent'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	});
	
	sIFR.replace(vagroundedbold, {
	  selector: '#page-content h2.blue'
		,css: '.sIFR-root { color: #26ace2; letter-spacing: 0.5; } a { color: #26ace2; text-decoration:none; } a:hover { color: #444444; text-decoration:none; }'
		,wmode: 'transparent'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	});
	
	/* general declarations come after specific */
	sIFR.replace(vagroundedbold, {
	  selector: 'h2'
	  ,css: '.sIFR-root { color: #444444; letter-spacing: 0.5; } a { color: #444444; text-decoration:none; } a:hover { color: #26ace2; text-decoration:none; }'
		,wmode: 'transparent'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	});

	sIFR.replace(vagroundedbold, {
	  selector: 'h1'
	  ,css: '.sIFR-root { color: #e61782; letter-spacing: 1; } a { color: #e61782; text-decoration:none; } a:hover { color: #444444; text-decoration:none; }'
		,wmode: 'transparent'
		,ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	});

	//ratios for h1 and h2
	//ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	//sIFR.debug.ratios({ src: 'wp-content/themes/sdnn-1/static/swf/vag-rounded-light.swf', selector: 'h2' });
}