    var harabarahand = {
      src: contextPath + 'swf/harabarahand.swf'
	  ,ratios: [6, 1.8, 8, 1.78, 11, 1.72, 14, 1.7, 20, 1.66, 22, 1.64, 32, 1.63, 44, 1.62, 63, 1.61, 64, 1.6, 66, 1.61, 115, 1.6, 116, 1.59, 118, 1.6, 119, 1.59, 120, 1.6, 121, 1.59, 1.6]
    };

    // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
    // sIFR.useStyleCheck = true;
    sIFR.activate(harabarahand);

sIFR.replace(harabarahand, {
      selector: '.recipeContent .italianTitle'
      ,css: {
        '.sIFR-root': { 'color': '#b0956e', 'font-size': '18px', 'leading' : '-10' }
      }
			,wmode: 'transparent'
			,selectable: true
		});

sIFR.replace(harabarahand, {
      selector: '.italianTitle'
      ,css: {
        '.sIFR-root': { 'color': '#b0956e', 'font-size': '26px', 'leading' : '-10' }
      }
			,wmode: 'transparent'
			,selectable: true
		});

sIFR.replace(harabarahand, {
      selector: '#ingredients h3'
      ,css: {
        '.sIFR-root': { 'color': '#7b4b0a', 'font-size': '18px', 'leading' : '-10' }
      }
			,wmode: 'transparent'
			,selectable: true
		});

sIFR.replace(harabarahand, {
      selector: '#content .insRightCol h3'
      ,css: {
        '.sIFR-root': { 'color': '#7b4b0a', 'font-size': '18px', 'leading' : '-10' }
      }
			,wmode: 'transparent'
			,selectable: true
		});
