// ALL COMMENTS DELETED!!!
// Explanation of how this works is in the comments of the original of this file
// if not present just download it! http://novemberborn.net/sifr3
//
var sifrPath = window.jsRootPath + 'sifr/';

var futura = { 
	src: sifrPath + 'futura.swf'
	,wmode: 'transparent' 
};


sIFR.useStyleCheck = true;
sIFR.activate(futura);

sIFR.replace(futura, {
  selector: 'h1',
  css: '.sIFR-root { background: transparent; color: #66bd29; }'
});

sIFR.replace(futura, {
  selector: 'h2',
  css: '.sIFR-root { background: transparent; color: #1d0d69; }'
});

sIFR.replace(futura, {
  selector: 'h3.non-active',
  css: '.sIFR-root { background: transparent; color: #1d0d69; }'
});

sIFR.replace(futura, {
  selector: 'h3',
  css: '.sIFR-root { background: transparent; color: #ffffff; }'
});

