﻿var sathu = {
  src: 'http://www.ascottillustration.com/flash/sathu.swf'
};
sIFR.activate(sathu); // From revision 209 and onwards

sIFR.replace(sathu, {
    selector: 'h2' ,transparent: true
    ,css: {
      '.sIFR-root': { 'color': '#ffffff', 'letter-spacing': 0.5, 'text-transform': 'capitalize' }
    }
 
  });
  
  sIFR.replace(sathu, {
    selector: 'strong' ,transparent: true
    ,css: {
      '.sIFR-root': { 'color': '#99ffff', 'letter-spacing': 0.5, 'font-size': '14px', 'font-stretch': 'expanded', 'font-weight': 700, 'margin-bottom': -6, 'padding-bottom': -6}
    }
 
  });
