var angelina = {
      src: 'http://dev.kickapps.com/spstoday/angelina.swf'
};
 
sIFR.activate(angelina);
 
sIFR.replace(angelina, {
      selector: 'h2.sectionhead',
	  css: [
	      '.sIFR-root { font-size:34px;font-weight:normal; color:#142646;text-align:center;}'
	      ],
	  fitExactly: 'true',
      wmode: 'transparent'
});

sIFR.replace(angelina, {
      selector: 'h3.sectionsubhead',
	  css: [
	      '.sIFR-root { font-size:24px;font-weight:normal; color:#142646;text-align:center;}'
	      ],
	  fitExactly: 'true',
      wmode: 'transparent'
});
