var minion = {
  src: '/img/minion.swf'
  ,ratios: [11,1.13,13,1.04,16,1.03,25,1,26,0.98,27,0.99,49,0.98,74,0.96,75,0.95,83,0.96,0.95]
};

sIFR.replaceNonDisplayed = true; 

sIFR.activate(minion);

sIFR.replace(minion, {
  selector: 'h2',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #663830; font-weight: bold; font-size: 19px; }'
  ],
  tuneHeight:-5
});

sIFR.replace(minion, {
  selector: 'span.footerTag',
  wmode: 'transparent',
  css: [
      '.sIFR-root { color: #270b06; font-weight: bold; font-size: 12px; opacity: 70;}'
  ],
   tuneHeight:-3
});


