var sifrdenmark = {
  src: '/javascript/sifr/flash/sifrdenmark.swf'
};

sIFR.activate(sifrdenmark);


sIFR.replace(sifrdenmark, {
  selector: 'h1'
  ,css: [
    '.sIFR-root { color: #db017a; font-size: 18px; background: transparant; }'
  ]
  ,wmode: 'transparent'
});


sIFR.replace(sifrdenmark, {
  selector: 'h2'
  ,css: [
    '.sIFR-root { color: #db017a; font-size: 14px; background: transparant;  }'
  ]
  ,wmode: 'transparent'
});


sIFR.replace(sifrdenmark, {
  selector: 'h3'
  ,css: [
    '.sIFR-root { color: #db017a; font-size: 14px; background: transparant; }'
  ]
  ,wmode: 'transparent'
});

