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: #ffffff; font-weight: normal; text-transform: uppercase; }'
    ]
  });
  
  sIFR.replace(minion, {
    selector: '#title h1'
	,wmode: 'transparent'
	,tuneHeight: 10
    ,css: [
      '.sIFR-root { color: #a7d0ff; }'
    ]
  });