var meta = { src: '/flash/sifr.swf' };
sIFR.useStyleCheck = true;
sIFR.activate(meta);
sIFR.replace(meta, {
  selector: '.photo h1',
  css: [
	'.sIFR-root { text-align: left; font-weight: bold; color: #ffffff }'
	,'a { text-decoration: none; }'
	,'a:link { color: #ffffff; }'
	,'a:hover { color: #ffffff; }'
  ],
  filters: {
	DropShadow: {
	  knockout: false,
	  angle: 90,
	  distance: 3,
	  color: '#000000',
	  strength: 1,
	  blurX: 8,
	  blurX: 8,
	  alpha: .75
	}
  },
  wmode: 'transparent'
});
sIFR.replace(meta, {
  selector: 'h1',
  css: [
	'.sIFR-root { text-align: left; font-weight: bold; color: #808080; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #808080; }'
	,'a:hover { color: #cc3300; }'
  ],
  wmode: 'transparent'
});
sIFR.replace(meta, {
  selector: '.aanmeldblokje h2',
  css: [
	'.sIFR-root { text-align: left; font-weight: bold; color: #000000; }'
  ],
  wmode: 'transparent'
});
sIFR.replace(meta, {
  selector: 'h2',
  css: [
	'.sIFR-root { text-align: left; font-weight: bold; color: #000000; }'
	,'a { text-decoration: none; }'
	,'a:link { color: #000000; }'
	,'a:hover { color: #cc3300; }'
  ],
  wmode: 'transparent'
});
