var glyph = {
  src: 'helveticaI.swf'
};

sIFR.activate(glyph);

sIFR.replace(glyph, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': {'color': '#ff173e', 'font-size': '24px' }
  }
});
sIFR.replace(glyph, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'font-size': '14px' }
  }
});
sIFR.replace(glyph, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': { 'color': '#FFFFFF', 'font-size': '14px' }
  }
});
