var font1 = { src: 'http://www.healthcareshopper.com/helveticaneue.swf' };
sIFR.activate(font1);
sIFR.replace(font1, {
	selector: '#header .quote h1',
	transparent: true,
	css: '.sIFR-root { color: #5ab521; }'
});
sIFR.replace(font1, {
	selector: '#header .quote p.subtitle',
	transparent: true,
	css: '.sIFR-root { color: #555555; }'
});
sIFR.replace(font1, {
	selector: '#header .quote label',
	transparent: true,
	css: '.sIFR-root { color: #1a6abf; }'
});

sIFR.replace(font1, {
	selector: '#wrap2 h2',
	transparent: true,
	css: '.sIFR-root { color: #5ab521; }'
});
