var title = {
  src: site_url+'assets/flash/title.swf'
};

var featuredcategory = {
  src: site_url+'assets/flash/featuredcategory.swf'
};

var home = {
  src: site_url+'assets/flash/home.swf'
};

sIFR.activate(title, featuredcategory);

sIFR.replace(title, {
  selector: 'h1'
  ,wmode:"transparent"
  ,css: {
    '.sIFR-root': { 'color': '#E8E8E8' }
  }
});

sIFR.replace(featuredcategory, {
  selector: 'h4'
  ,wmode:"transparent"
  ,css: {
    '.sIFR-root': { 'color': '#37A8DA' }
  }
});

sIFR.replace(home, {
  selector: 'h5'
  ,wmode:"transparent"
  ,css: {
    '.sIFR-root': { 'color': '#C1C1C1' }
  }
});

sIFR.replace(title, {
  selector: 'h6'
  ,wmode:"transparent"
  ,css: {
    '.sIFR-root': { 'color': '#E8E8E8' }
  }
});