var brandon = {
  src: '/sifr3/flash/brandon.swf'
};

var chalk = {
  src: '/sifr3/flash/chalk.swf'
};

var squeekychalk = {
  src: '/sifr3/flash/squeekychalk.swf'
};

sIFR.activate(brandon, chalk, squeekychalk);

sIFR.replace(brandon, {
  selector: '.module-orange_note h3, .module-green_note h3, .module-blue_note h3, .module-light_purple_note h3, .module-red_note h3', wmode: 'transparent', css: {'.sIFR-root': {'color': '#ffffff', 'font-size': '20px'}}
});

sIFR.replace(brandon, {
  selector: '.module-chalk_note-green h3, .module-chalk_note-blue h3, .module-chalk_note-gold h3', wmode: 'transparent', css: {'.sIFR-root': {'color': '#000000', 'font-size': '20px'}}
  ,filters: {
      Glow: {
        color: '#ffffff'
        ,strength: 2
      }
    }
});

sIFR.replace(brandon, {
  selector: '.module-chalk_note-purple h3, .module-chalk_note-pink h3', wmode: 'transparent', css: {'.sIFR-root': {'color': '#ffffff', 'font-size': '20px'}}
  ,filters: {
      Glow: {
        color: '#000000'
        ,strength: 2
      }
    }
});

sIFR.replace(chalk, {
  selector: '.componentheading', wmode: 'transparent', css: [ '.sIFR-root {color: #3F8AC5;font-size: 16px}','a { text-decoration: none; }'
      ,'a:link { color: #8bc53f; }'
      ,'a:hover { color: #c4de9c; }']
});

sIFR.replace(chalk, {
  selector: '.contentheading, .module h3, .componentheading-blog', wmode: 'transparent', css: {'.sIFR-root': {'color': '#C54049', 'font-size': '22px'}}
});

sIFR.replace(chalk, {
  selector: '.chalk', wmode: 'transparent', css: {'.sIFR-root': {'color': '#B69CCA', 'font-size': '20px'}}
});

sIFR.replace(brandon, {
  selector: '#note h3', wmode: 'transparent', css: {'.sIFR-root': {'color': '#000000', 'font-size': '18px'}}
});

sIFR.replace(squeekychalk, {
  selector: '#footer h6', wmode: 'transparent', css: {'.sIFR-root': {'color': '#ffffff', 'text-align': 'center'}}
});


