
var franklinGothic = {
  src: '/swfs/franklinGothic.swf'
};

sIFR.activate(franklinGothic);

sIFR.replace(franklinGothic, {
  selector: 'h1.sectiontitle',
    css: [
      '.sIFR-root {background-color: #FFFFFF; color: #19417F;  }'
    ],
	wmode: 'transparent'
});

sIFR.replace(franklinGothic, {
  selector: '.newstitle',
    css: [
      '.sIFR-root {background-color: transparent; color: #5C73C1;  }',
      'a { text-decoration: none }',
      'a:link { color: #4371B2 }',
      'a:hover { color: #CC0000 }'
    ],
	wmode: 'transparent'
});