var franklin = { src: '/sifr/franklin-gothic-medium-cond.swf' };

sIFR.activate(franklin);

sIFR.replace(franklin, {
  selector: '#content-region h1',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #CC0000; }'
});

sIFR.replace(franklin, {
  selector: '.block-splash h1',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { font-size: 30pt; color: #FFFFFF; }'
});

sIFR.replace(franklin, {
  selector: '.block-logo h2 span.tagline',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { font-size: 14pt; color: #939598; }'
});

sIFR.replace(franklin, {
  selector: '#content-region h2',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #314e74; }'
});

sIFR.replace(franklin, {
  selector: '.block-splash h2',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #FFFF99; }'
});

sIFR.replace(franklin, {
  selector: 'h3.block-durability',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #45668D; text-align: right; }'
});

sIFR.replace(franklin, {
  selector: '#content-region h3',
  wmode: 'transparent',
  fitExactly: true,
  css: '.sIFR-root { color: #333333; }'
});

