var Calibri = { src: '/flash/Calibri.swf' };

// sIFR.useStyleCheck = true;
sIFR.fitExactly = true;

// Next, activate sIFR:
sIFR.activate(Calibri);

sIFR.replace(Calibri, {
  ratios:[8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 50, 1.25, 79, 1.24, 81, 1.23, 85, 1.24, 86, 1.23, 87, 1.24, 90, 1.23, 91, 1.24, 1.23],
  selector: '#wikClaim h1',
  css: '.sIFR-root { background:#000000; color: #FFFFFF; font-weight:bold; }',
  sharpness:50,
  offsetTop:-5,
  tuneHeight:-12,
  wmode: 'transparent'
});
sIFR.replace(Calibri, {
  ratios:[8, 1.42, 9, 1.33, 12, 1.35, 21, 1.3, 31, 1.27, 44, 1.26, 45, 1.24, 50, 1.25, 79, 1.24, 81, 1.23, 85, 1.24, 86, 1.23, 87, 1.24, 90, 1.23, 91, 1.24, 1.23],
  selector: '#wikSidebar h1',
  css: '.sIFR-root { background:#000000; color: #E2001B; font-weight:bold; }',
  sharpness:50,
  offsetTop:-5,
  tuneHeight:-12,
  wmode: 'transparent'
});
/*sIFR.replace(HNBoldCond, {
  selector: '.splashBox h1, .splashBox h2, .splashBox h3',
  css: ['.sIFR-root { background:#D40000; color: #FFFFFF; }',
		'a { color: #FFFFFF; text-decoration: none; }',
		'a:link { color: #CCCCCC; }',
		'a:hover { color: #FFFFFF; text-decoration: underline; }'
		],
  wmode: 'transparent'
});
*/