var font = { src: '/assets/templates/site/sifr/helvetica-lt.swf',
					ratios: [7, 1.32, 11, 1.31, 12, 1.24, 14, 1.27, 19, 1.23, 24, 1.22, 33, 1.2, 45, 1.19, 63, 1.18, 64, 1.17, 65, 1.18, 70, 1.17, 71, 1.18, 108, 1.17, 109, 1.16, 114, 1.17, 115, 1.16, 120, 1.17, 121, 1.16, 1.17] 
					};
sIFR.activate(font);
sIFR.replace(font, {
  selector: 'h1'
  ,css: '.sIFR-root { color: #000000; font-weight: bold;}'
  ,wmode: 'transparent'
});

sIFR.replace(font, {
  selector: '#main h2'
  ,css: '.sIFR-root { color: #000000; font-weight: bold;}'
  ,wmode: 'transparent'
});

sIFR.replace(font, {
  selector: '#sidebar h2'
  ,css: '.sIFR-root { color: #000000; font-weight: bold; text-align: center;}'
  ,wmode: 'transparent'
});
