
var univers = {
  src: 'univers.swf'
};

sIFR.activate(univers);

sIFR.replace(univers, {
  selector: 'h1',
    css: {
      '.sIFR-root': { 'color': '#484848', 'letter-spacing': -3, 'font-weight': 'bold' }
    } 
  });

