var gothamlight = {
  src: '/flash/gothamlight.swf'
};

var minion = {
  src: '/flash/minion.swf'
};

sIFR.activate(gothamlight);
sIFR.activate(minion);

  sIFR.replace(gothamlight, {
    selector: '#content h2'
	,wmode: 'transparent'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; text-transform: uppercase; }'
    ]
  });