
var grilledcheese = {
  src: '/js/sifr/grilledcheesebtntoasted.swf'
};

// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
sIFR.useStyleCheck = true;
sIFR.activate(grilledcheese);

sIFR.replace(grilledcheese, {
  selector: 'h2#headline',
  wmode: 'transparent',
  css: [
    '.sIFR-root { text-align: left; color: #10901c; background: transparent; }'
  ],
  filters: {
    DropShadow: {
      knockout: false
      ,distance: 1
      ,color: '#999999'
      ,strength: 1
    }
  }
});

sIFR.replace(grilledcheese, {
  selector: 'h2#subhead',
  wmode: 'transparent',
  css: [
    '.sIFR-root { text-align: center; color: #10901c; background: transparent; }'
  ],
  filters: {
    DropShadow: {
      knockout: false
      ,distance: 1
      ,color: '#333333'
      ,strength: 2
    }
  }
});

sIFR.replace(grilledcheese, {
  selector: 'h2#subhead_white',
  wmode: 'transparent',
  css: [
    '.sIFR-root { text-align: center; color: #ffffff; background: transparent; }'
  ],
  filters: {
    DropShadow: {
      knockout: false
      ,distance: 1
      ,color: '#333333'
      ,strength: 2
    }
  }
});
