<!--
		var calibri = {
			src: '/fileadmin/template_zembla/main/swf/calibri.swf',
			wmode: 'transparent'
		};
		// onderstaande regel versneld vervanging
		
		sIFR.fitExactly = true;
		sIFR.useStyleCheck = true;
		sIFR.useDomLoaded = true;
		
		sIFR.activate(calibri);

		sIFR.replace(calibri, {
			selector: 'h1'
			,css: {
				'.sIFR-root': {
					'color': '#999933',
					'letter-spacing': 1,
					'font-size': '20px',
					'font-weight': 'bold'
				},
				'a': { 'text-decoration': 'none' },
				'a:link': { 'color': '#999933' },
				'a:hover': { 'color': '#000000' }
			}
		});
		
		sIFR.replace(calibri, {
			selector: 'h2'
			,css: {
				'.sIFR-root': {
					'color': '#999933',
					'letter-spacing': 0,
					'font-size': '17px',
					'font-weight': 'bold'
				},
				'a': { 'text-decoration': 'none' },
				'a:link': { 'color': '#999933' },
				'a:hover': { 'color': '#000000' }
			}
		});
		
-->	