var gotham_medium = { src: 'http://readysetlaunch.org/wp-content/themes/rsl/assets/gotham-medium.swf' };
var gotham_light = { src: 'http://readysetlaunch.org/wp-content/themes/rsl/assets/gotham-light.swf' };

sIFR.activate(gotham_medium, gotham_light);

sIFR.replace(gotham_medium, {
  selector: '.page_head h1',
  css: '.sIFR-root { background-color: #fff; color: #e8361b; font-size: 32px; text-align: center; }',
  offsetTop: '2',
  forceSingleLine: true
});

sIFR.replace(gotham_light, {
  selector: '#headerPageTitle h1',
  css: '.sIFR-root { background-color: #fcfcfc; color: #e8361b; font-size: 18px; text-align: right; }',
  offsetTop: '2',
  forceSingleLine: true,
  wMode: 'transparent'
});

