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: '#header-blog #header-name',
	transparent: true,
	css: ['.sIFR-root { color: #5ab521; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #5ab521; }'
        ,'a:hover { color: #5ab521; }'
      ]
      ,wmode: 'transparent'
});
