  var gill = {
    src: '/flash/gill.swf'
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(gill);
  
  sIFR.replace(gill, {
    selector: 'h1'
    ,css: [
      '.sIFR-root {font-weight: bold; color:#8A1D03;}'
    ],
	wmode: ['transparent']
  });
  
    sIFR.replace(gill, {
    selector: 'h2'
    ,css: [
      '.sIFR-root {font-weight: bold; color:#00546D;}'
    ],
	wmode: ['transparent']
  });