var univers = {
  src: '../../flash/din.swf'
};

sIFR.activate(univers);

  sIFR.replace(univers, {
    selector: '#content h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: bold; }'
    ]
  });