
var fishmongerSB = { src: '/spar.dk/flash/fishmonger-semibold.swf' };
//offsetTop: -12,
sIFR.activate(fishmongerSB);
sIFR.replace(fishmongerSB, {
  selector: 'h2.flashheader',
  offsetTop: -5,
  tuneHeight: 0,
  css: [ '.sIFR-root {leading: -15; color: #292929; background-color: #ffffff}' ]
});

sIFR.replace(fishmongerSB, {
  selector: 'h2.flashheader-grey',
  offsetTop: -5,
  tuneHeight: -5,
  css: [ '.sIFR-root {leading: -12; color: #292929; background-color: #f8f8f8}' ]
});

