var font = {
  src: '/includes/arialnarrow_f8.swf',
  highsrc: '/includes/arialnarrow_f8.swf'
};
  
sIFR.prefetch(font);
sIFR.activate();

sIFR.replace(font, {
  selector: '#main #head h1',
  css: [
    '.sIFR-root { color: #ffffff; text-align: right; }'
  ],
  wmode: 'transparent',
  filters: {
    DropShadow: {
      knockout: false
      ,distance: 1
      ,color: '#000000'
      ,strength: 1
    }
  }        
});

sIFR.replace(font, {
  selector: '#zoeken #news h2',
  css: [
    '.sIFR-root { color: #555555; text-align: left; }'
  ],
  wmode: 'transparent'    
});

