	var minionPro = {
      src: '/flash/MinionPro.swf'
      ,ratios: [7, 1.47, 12, 1.43, 14, 1.37, 18, 1.36, 24, 1.34, 25, 1.32, 31, 1.33, 32, 1.31, 35, 1.32, 37, 1.3, 46, 1.31, 69, 1.3, 75, 1.29, 76, 1.3, 1.29]
  };

  var Tamarrillo = {
      src: '/flash/Tamarrillo.swf'
      , ratios: [7, 1.47, 10, 1.43, 15, 1.36, 22, 1.34, 23, 1.32, 27, 1.31, 30, 1.3, 33, 1.31, 34, 1.29, 35, 1.3, 54, 1.29, 60, 1.28, 61, 1.29, 93, 1.28, 95, 1.27, 96, 1.28, 99, 1.27, 101, 1.28, 102, 1.27, 103, 1.28, 106, 1.27, 107, 1.28, 1.27]
  };



  sIFR.activate(minionPro);
  sIFR.activate(Tamarrillo);




    sIFR.replace(minionPro, {
    selector: '.home h2'
	  ,wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #3b2019; font-weight: normal;}'
      ,selectable: true
});
    
    sIFR.replace(minionPro, {
    selector: '.lower01 .content h3'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #2a6a8c; font-weight: normal;}'
      , selectable: true
});
    sIFR.replace(minionPro, {
    selector: '.lower03 .content h3,.lower04 .content h3,.downloads h3,.cheesematterInvitePromo h3'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #533934; font-weight: normal;}'
      , selectable: true
});   
    sIFR.replace(minionPro, {
    selector: '.recipeSearch h3,.contentDetails h3,h3.chooseVideo'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #ea9f11; font-weight: normal;}'
      , selectable: true
});

    sIFR.replace(Tamarrillo, {
    selector: 'h2.aliveCooking'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: -1; color: #543a35; font-weight: normal;}'
      , selectable: true
});
    sIFR.replace(Tamarrillo, {
    selector: '.feature h3'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #3b2019; font-weight: normal;}'
      , selectable: true
});

    // h2 blue
    sIFR.replace(Tamarrillo, {
    selector: '.lower01 .content h2'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #2a6a8c; font-weight: normal;}'
      , selectable: true
});


    // h2 brown
    sIFR.replace(Tamarrillo, {
    selector: '.lower03 .content h2,.lower04 .content h2,.eveningType h4'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #533934; font-weight: normal;}'
      , selectable: true
});

    // non-flash h1
    sIFR.replace(Tamarrillo, {
    selector: '#flashArea h1'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: .5; color: #ffffff; font-weight: normal;}'
      , selectable: true
});

sIFR.replace(minionPro, {
    selector: 'h1, h2, h3'
	  , wmode: 'transparent'
      , css: '.sIFR-root {leading: 1; color: #3b2019; font-weight: normal;}'
      , selectable: true
});   



