
var arial_rounded = { src: '/wikaart/flash/arial_rounded.swf' };

// Next, activate sIFR:
sIFR.activate(arial_rounded);

sIFR.replace(arial_rounded, {
  selector: '#rij3'
  ,css: '.sIFR-root { background-color: #ffffff; color:#ffffff; font-weight:bold; font-size:35px}'
  ,wmode: 'transparent'
  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#000000'
        ,strength: 1
      }
    }
});



