var edwardian = {
  src: 'sifr/flash/edwardian.swf'
};

sIFR.activate(edwardian);

sIFR.replace(edwardian, {
  selector: 'h1'
  ,css: [
      '.sIFR-root { text-align: center; background-color:#000000; color:#FFFFFF; }'
  ]
});

/*sIFR.replace(edwardian, {
  selector: 'h2'
  ,css: [
      '.sIFR-root { text-align:center; background-color: #000018; color:#FFFFFF; font-size:28px; line-height:16px; }'
  ]
});*/
