var font = { src: '/sIFR-EdwardianScript.swf' };
sIFR.activate(font);

sIFR.replace(font, {
  selector: 'h1.left',
  css: '.sIFR-root { color: #000000; font-size:64px; leading: -32; }',
  wmode: 'transparent',
  selectable: false
});

sIFR.replace(font, {
  selector: 'h1.center',
  css: '.sIFR-root { color: #000000; font-size:64px; text-align:center }',
  wmode: 'transparent',
  selectable: false
});
