var figgins = {
      src: '../_sifr/juice.swf'
};

var arnopro = {
      src: '../_sifr/octin.swf'
};

sIFR.activate(figgins);
sIFR.activate(arnopro);

sIFR.replace(figgins, {
      selector: '.content_home h1'
      ,css: [
      '.sIFR-root {font-size:42px;color:#6E1EBB;text-transform:capitalize;}'
      ]
      ,wmode: 'transparent'
	  ,filters: {
      DropShadow: {
        knockout: false
        ,distance: 2
        ,color: '#444444'
        ,strength: 1
      }
    }
});

sIFR.replace(arnopro, {
      selector: '.content_home h2',
      css: [
      '.sIFR-root {font-size:28px; color:#17157A;}'
      ]
	  ,wmode: 'transparent'
});

