var sifrPath = window.jsRootPath + 'sifr/';

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

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

sIFR.replace(glypha, {
  selector: 'h2',
  css: [
  		'.sIFR-root { color: #0088b8; }'
  	   ]
});
