  var themixbold = {
    src: 'http://cultura.nps.nl/static/sifr_3/themixbold2.swf'
  };
  
  var themixcaps = {
    src: 'http://cultura.nps.nl/static/sifr_3/themixcapsbold.swf'
  };

  sIFR.debugMode = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.prefetch(themixbold);
  sIFR.activate(themixbold);
  sIFR.prefetch(themixcaps);
  sIFR.activate(themixcaps);
  
  sIFR.replace(themixbold, {
    selector: 'span.mainkop'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #E10649;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #E10649 }'
      ,'a:visited { color: #E10649 }'	
      ,'a:hover { color: #E10649; background-color: none; }'   
      ,'a:active { color: #E10649 }'   
	  ]
  });
  
    sIFR.replace(themixbold, {
    selector: 'span.mainkop_breed'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #E10649;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #E10649 }'
      ,'a:visited { color: #E10649 }'	
      ,'a:hover { color: #E10649; background-color: none; }'   
      ,'a:active { color: #E10649 }'   
	  ]
  });
  
  sIFR.replace(themixbold, {
    selector: 'span.subkop'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #E10649;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #E10649 }'
      ,'a:visited { color: #E10649 }'	
      ,'a:hover { color: #E10649; background-color: none; }'   
      ,'a:active { color: #E10649 }'   
	  ]
  });
  
    
  sIFR.replace(themixcaps, {
    selector: 'span.datumkop'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #E10649;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #E10649 }'
      ,'a:visited { color: #E10649 }'	
      ,'a:hover { color: #E10649; background-color: none; }'   
      ,'a:active { color: #E10649 }'   
	  ]
  });