var univers = {
  src: '/flash/din.swf'
};

sIFR.activate(univers);

  sIFR.replace(univers, {
    selector: '#content h1'
	,wmode: 'transparent'
	,tuneHeight: 10
    ,css: [
      '.sIFR-root { color: #000000; font-weight: bold; }'
    ]
  });