var segoe = {
  src: 'swf/sifr-frutiger.swf'
};

sIFR.activate(segoe);

sIFR.replace(segoe, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: {
    '.sIFR-root': { 'color': '#E30613' }
  }
});

sIFR.replace(segoe, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: {
    '.sIFR-root': { 'color': '#666666' }
  }
});
