var existence = {
      src: '/sifr/flash/existence.swf'
};
var SegoeScript = {
      src: '/sifr/flash/SegoeScript.swf'
};
 
sIFR.activate(existence);
 
sIFR.replace(existence, {
      selector: 'h2',
   css: [
      '.sIFR-root { font-size:22px; font-weight:bold; color:#FFFFFF; text-transform:uppercase; }'
      ],
      wmode: 'transparent'
});

 
sIFR.replace(existence, {
      selector: 'h3.box-title',
   css: [
      '.sIFR-root { font-size:20px;  color:#69bb0b; text-transform:capitalize; }'
      ],
      wmode: 'transparent'
}); 
sIFR.replace(existence, {
      selector: 'h3',
   css: [
      '.sIFR-root { font-size:18px; font-weight:bold;  color:#7b47a7; text-transform:capitalize; }'
      ],
      wmode: 'transparent'
});


sIFR.activate(SegoeScript);

sIFR.replace(SegoeScript, {
      selector: 'h4.middle-title',
   css: [
      '.sIFR-root { font-size:25px; color:#2a104d; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(SegoeScript, {
      selector: 'h4',
   css: [
      '.sIFR-root { font-size:16px; color:#8ac344; }'
      ],
      wmode: 'transparent'
});




