// 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 din = { 
	src: sifrPath + 'din.swf'
	,wmode: 'transparent' 
};

sIFR.useStyleCheck = true;
sIFR.bHideBrowserText = true;
sIFR.bAutoInit = true;
sIFR.activate(din);

sIFR.replace(din, {
  selector: 'h1',
  css: '.sIFR-root  { color: #0082a4;  }'
});

sIFR.replace(din, {
  selector: 'h2.header-title',
  css: '.sIFR-root  { color: #003c20;  }'
});

sIFR.replace(din, {
  selector: 'h3',
  css: '.sIFR-root  { color: #6e794a;  }'
});

sIFR.replace(din, {
  selector: 'h4',
  css: '.sIFR-root  { color: #0082a4;  }'
});


