var helvetica = {
    src: 'helvetica.swf'
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(helvetica);

  sIFR.replace(helvetica, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color:#f2cb05; font-size:28px; background-color:#ffffff; }'
    ]
  });
  
  sIFR.replace(helvetica, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color:#f2cb05; font-size:18px; background-color:#232323; }'
    ]
  });