var dax = {
      src: 'swf/dax.swf'
};
 
sIFR.activate(dax);
 
sIFR.replace(dax, {
      selector: 'h2',
      css: [
      '.sIFR-root { font-size:20px; font-weight:normal; color:#00457c; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(dax, {
      selector: 'h3.programme',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#706700;}'
      ],
      wmode: 'transparent',
      tuneHeight: '-5px'
});

sIFR.replace(dax, {
      selector: 'h3.date',
      css: [
      '.sIFR-root { font-size:18px; font-weight:normal; color:#706700; text-align: right;}'
      ],
      wmode: 'transparent'
});

