var newsgothic = {
  src: '/flash/newsgothic.swf'
};

var festus = {
  src: '/flash/festus.swf'
};

sIFR.activate(newsgothic, festus);

sIFR.fitExactly = true;
/*
sIFR.replace(newsgothic, {
   selector: 'h2'
   ,css: [
     '.sIFR-root { color: #10457e; }'
   ]
 }); */

sIFR.replace(newsgothic, {
   selector: '#content-sup h3'
   ,css: [
     '.sIFR-root { color: #4D4427; background-color: #f5edd5; }'
   ]
 });

sIFR.replace(newsgothic, {
   selector: 'h3'
   ,css: [
     '.sIFR-root { color: #4D4427; background-color: #FFFFFF; }'
   ]
 });

sIFR.replace(festus, {
   selector: 'p.pull-left, p.pull-right'
   ,css: [
     '.sIFR-root { color: #5e5a4c; }'
   ]
 });