var mesquite = {
  src: 'http://www.spaghettiweston.com/flash/mesquite.swf'
};

sIFR.activate(mesquite); // From revision 209 and onwards

sIFR.replace(mesquite, {
  selector: 'h1'
  ,css: {
      '.sIFR-root': { 'color': '#797430', 'letter-spacing': '+1' }
		  	}
	, wmode: 'transparent'
	,filters: {DropShadow: {'distance': '1','color': '#000000','strength': '2'}
    }
	


});
