var franklin = {
  src: '/scripts/franklinGothDemiCon.swf'
};

sIFR.prefetch(franklin);
sIFR.activate(franklin); // From revision 209 and onwards

sIFR.replace(franklin, {
  selector: '.Morpheus-PageTitle'
  ,css: [
      '.sIFR-root {color: #AE0921;background:transparent;font-size:29px;font-weight:normal; letter-spacing: 0; leading: -1em;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});

sIFR.replace(franklin, {
  selector: '.subhead',
  css: [
		'.sIFR-root {color: #AE0921;background:transparent;font-size:25px;letter-spacing: 0; leading: -1em;}',
		'a { text-decoration: underline; }' ,
		'a:link { color: #AE0921; background-color:#FFFFFF; text-decoration: underline; }' ,
		'a:hover { color: #5e0000; background-color:#FFFFFF; text-decoration: underline; }' ],
  wmode: 'transparent',
  offsetTop: '1'
});

sIFR.replace(franklin, {
  selector: '.sidebar-sifr'
  ,css: [
      '.sIFR-root {color: #696767;background:transparent;font-size:23px;font-weight:normal; letter-spacing: 0; leading: -1em;}'
    ]
  ,wmode: 'transparent'
  ,offsetTop: '1'
});