// /////////////////////////////////////////////////
// H1 CONFIG
// /////////////////////////////////////////////////

var dinh1 = {
  src: 'schriften/din-impact-sifr3.swf'
};

sIFR.activate(dinh1); // From revision 209 and onwards
sIFR.useStyleCheck = true;
sIFR.replace(dinh1, {
selector: 'h1'
,wmode: 'transparent'
,offsetTop: '3px'
,css: [
      '.sIFR-root { color: #333333; }'
      ]
  });

