var mesquite = {
  src: 'mesquite.swf'
};

sIFR.activate(mesquite);

sIFR.replace(mesquite, {
  selector: 'h1.mesquiteSwap'
  ,css: {
      '.sIFR-root': { 'color': '#b82f2f', 'letter-spacing': 1.5 }
  }
  ,wmode: 'transparent'
  ,fitExactly: 'true' 
  ,tuneHeight: -10
});

