var texas_hero = {
  src: 'flash/texas_hero.swf'
};

sIFR.activate(texas_hero); // From revision 209 and onwards

sIFR.replace(texas_hero, {
  wmode: 'transparent',
  selector: 'h4'
      ,css: {
      '.sIFR-root': { 'color': '#F4EDD3', 'wmode': 'transparent', 'text-align': 'right' }
    }
});
