var helvetica = { src: '/swf/helv-bold.swf',
	ratios: [6, 1.41, 9, 1.35, 15, 1.29, 17, 1.24, 18, 1.25, 28, 1.23, 34, 1.22, 41, 1.21, 53, 1.2, 57, 1.19, 58, 1.2, 90, 1.19, 92, 1.18, 96, 1.19, 98, 1.18, 100, 1.19, 104, 1.18, 105, 1.19, 1.18]
};

sIFR.activate(helvetica);

//sIFR.debug.ratios({ src: '/swf/helv-bold.swf', selector: 'h1#pagetitle' });

sIFR.replace(helvetica, {
  selector: 'h1#pagetitle',
  wmode: "transparent",
  css: '.sIFR-root { font-size: 22px; color: #464646; font-weight: bold; }'
});
