 var rockwell = {
    src: 'flash/Bell-Gothic.swf'
  };

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

  sIFR.replace(rockwell, {
    selector: 'h1'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #9e896d; font-weight:bold; font-size: 17px; text-transform:uppercase;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
  });
  //]]>
