var glyph = {
  src: 'generationGothic.swf'
};

sIFR.activate(glyph);

sIFR.replace(glyph, {
  selector: 'h0'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': {'color': '#58585a', 'font-size': '30px', 'letter-spacing': '-1'}
  }
});

sIFR.replace(glyph, {
  selector: 'h0'
  ,wmode: 'transparent'
  ,css: {
      '.sIFR-root': {'color': '#58585a', 'font-size': '24px'}
  }
});
