var centuryGothicBold = {
	src: '/swf/centuryGothicBold.swf'
  };
  
			
  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(centuryGothicBold);
    
  sIFR.replace(centuryGothicBold, {
   selector: 'h3'
    ,css: [
      '.sIFR-root { color: #065954; font-weight: bold; }'
	  ,'a { text-decoration: none; color: #065954; }'
      ,'a:hover { text-decoration: underline; color: #065954;}'
    ]
	, wmode: 'transparent'
  });
  
  

