var bg = {
  src: '/wp-content/themes/anthem/js/sifr/brokenGhost.swf'
};
var dinB = {
  src: '/wp-content/themes/anthem/js/sifr/dinBold.swf'
};
var bcr = {
  src: '/wp-content/themes/anthem/js/sifr/basketcaseRoman.swf'
};
sIFR.activate(bg);
sIFR.activate(dinB);
sIFR.activate(bcr);


sIFR.replace(bg, {
   selector: '#col1 h2',
      css: [
      '.sIFR-root { font-size:24px; color:#333333;}'
      ],
      wmode: 'transparent'
});

sIFR.replace(bcr, {
      selector: '#col3 h3',
      css: [
      '.sIFR-root { font-size:16px; color:#ffffff; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});
sIFR.replace(bcr, {
      selector: '#col4 h3',
      css: [
      '.sIFR-root { font-size:16px; color:#ffffff; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});
sIFR.replace(bcr, {
      selector: '.playerInstructions',
      css: [
      '.sIFR-root { font-size:14px; color:#a21717; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '6',
	  fitExactly: 'true'
});

sIFR.replace(bcr, {
      selector: '#col5 h3',
      css: [
      '.sIFR-root { font-size:16px; color:#ffffff; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});
sIFR.replace(bcr, {
      selector: '.eventRight h3',
      css: [
      '.sIFR-root { font-size:16px; color:#fed30a; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});
sIFR.replace(bcr, {
      selector: '.recentEvent h3',
      css: [
      '.sIFR-root { font-size:33px; color:#669933; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});
sIFR.replace(bcr, {
      selector: '.recentEvent h2',
      css: [
      '.sIFR-root { font-size:16px; color:#333333; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});

sIFR.replace(bcr, {
      selector: '.podPress_content h2',
      css: [
      '.sIFR-root { font-size:16px; color:#333333; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});
sIFR.replace(bcr, {
      selector: '.eventT h1',
      css: [
      '.sIFR-root { font-size:18px; color:#333333; }'
      ],
      wmode: 'transparent',
	  tuneHeight: '-6',
	  fitExactly: 'true'
});

sIFR.replace(dinB, {
      selector: 'h3',
      css: [
      '.sIFR-root { font-size:11px; color:#94ab29; text-transform: uppercase; margin: 0;}'
      ],
      wmode: 'transparent'
	  
});

sIFR.replace(dinB, {
      selector: '#vertical_container h3',
      css: [
      '.sIFR-root { font-size:11px; color:#94ab29; text-transform: uppercase; margin: 0;}'
      ],
      wmode: 'transparent'
});


