	var lucindaHandwriting = {
      src: '/content/swf/lucindaHandwriting.swf'
      ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
    };

    // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
    sIFR.useStyleCheck = true;
    sIFR.activate(lucindaHandwriting);

    /*sIFR.replace(lucindaHandwriting, {
      selector: 'h1.greenSifr'
      ,css: {
        '.sIFR-root': { 'font-style': 'normal', 'color': '#709206' }
      }
	  ,wmode: 'transparent'
    })*/

    sIFR.replace(lucindaHandwriting, {
        selector: 'h1.redSifr'
      , css: {
        '.sIFR-root': { 'font-style': 'normal', 'color': '#ec1d25' }
      }
	  , wmode: 'transparent'
    })
	
	/*sIFR.replace(lucindaHandwriting, {
      selector: 'h1'
      ,css: {
        '.sIFR-root': { 'font-style': 'normal', 'color': '#ec1d25' }
      }
	  ,wmode: 'transparent'
    });*/
	
	sIFR.replace(lucindaHandwriting, {
      selector: 'h2.greenSifr'
      ,css: {
        '.sIFR-root': { 'font-style': 'normal', 'color': '#709206' }
      }
	  ,wmode: 'transparent'
    })
	
	sIFR.replace(lucindaHandwriting, {
      selector: 'h2.recipePreTitleCenter'
      ,css: {
        '.sIFR-root': { 'font-style': 'normal', 'color': '#709206', 'text-align': 'center' }
      }
      ,selectable: false
	  ,wmode: 'transparent'
    });

	sIFR.replace(lucindaHandwriting, {
      selector: 'h2.recipePreTitle'
      ,css: {
        '.sIFR-root': { 'font-style': 'normal', 'color': '#709206' }
      }
      ,selectable: false
	  ,wmode: 'transparent'
    });
  
    /*sIFR.replace(lucindaHandwriting, {
      selector: 'h2'
      ,css: {
        '.sIFR-root': { 'font-style': 'normal', 'color': '#ec1d25' }
      }
      ,selectable: false
	  ,wmode: 'transparent'
    });*/
	
    sIFR.replace(lucindaHandwriting, {
      selector: 'h4.carnationReplace'
      ,css: {
        '.sIFR-root': { 'color': '#660000', 'letter-spacing': -1.5, 'text-transform': 'capitalize' }
      }
      ,filters: {
        DropShadow: {
          knockout: true
          ,distance: 1
          ,color: '#330000'
          ,strength: 2
        }
      }
    });

