//<[CDATA[
  
  var humanist = {
    src: '/swf/humanistlight.swf'
  };

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

  sIFR.replace(humanist, {
    selector: 'h1'
    ,css: [
      ,'.sIFR-root { font-size:22px }'
      ,'.sIFR-root {color: #4d4d4d }'
      ,'.sIFR-root {text-align: center}'
      ,'a { text-decoration: none; }'
    ]
	, wmode: 'transparent'
  });

  


  //]]>
