var present = {
      src: 'http://www.divineyogany.com/sifr/flash/present.swf'
};

var presentbold = {
      src: 'http://www.divineyogany.com/sifr/flash/present-bold.swf'
};

var presentblack = {
      src: 'http://www.divineyogany.com/sifr/flash/present-black.swf'
};
 
sIFR.activate(present);
sIFR.activate(presentbold);
sIFR.activate(presentblack);
 
sIFR.replace(present, {
      selector: '#contactInfo h2.present',
      css: [
      '.sIFR-root { font-size:14px; color:#ffffff; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(presentbold, {
      selector: '#home-feature-a h3.present-bold',
      css: [
      '.sIFR-root { font-size:45px; color:#4e3861; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(presentblack, {
      selector: '#home-feature-b h3.present-black',
      css: [
      '.sIFR-root { font-size:30px; color:#4e3861; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(presentblack, {
      selector: '#home-feature-c h3.present-black',
      css: [
      '.sIFR-root { font-size:30px; color:#4e3861; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(presentblack, {
      selector: '#home-feature-d h3.present-black',
      css: [
      '.sIFR-root { font-size:30px; color:#4e3861; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(presentblack, {
      selector: '#sidebar h4.present-black',
      css: [
      '.sIFR-root { font-size:26px; color:#4e3861; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(presentblack, {
      selector: '#main h3.present-black',
      css: [
      '.sIFR-root { font-size:36px; color:#4e3861; }'
      ],
      wmode: 'transparent'
});

sIFR.replace(present, {
      selector: '#main #main-right .indent h5.present',
      css: [
      '.sIFR-root { font-size:24px; color:#387eac; }'
      ],
      wmode: 'transparent'
});










