/*
var isIE6 = false;
 if (/MSIE (\d+\.\d+);/.test(navigator.userAgent)) { // test for MSIE x.x;
	var ieversion=new Number(RegExp.$1)
	isIE6 = ieversion < 7;
}
if (!isIE6) { Cufon.replace('#topnav > ul > li > a', {hover: true }); }
Cufon.replace('#header-content div.you-are-here p, #content h1, .spotlight h2, p.audience');
*/
Cufon.replace('h1, h2, h3, .save, .percent-save', { fontFamily: 'Gill Sans Std' });
Cufon.replace('div#homeowner-french a, div#homeowner-english a, div#pro-french a, div#pro-english a, .footerlinks-wrapper dt, #audience-selection h2 span.white-header', { hover: true, fontFamily: 'Gill Sans Std' });
Cufon.replace('ul.button-list a.button span, ul.tabNav li a', { fontFamily: 'Gill Sans Std' });
Cufon.replace('#maincontent h1, #insulation-highlight h2, .ewafform-div h2', { fontFamily: 'Gill Sans Std Light' });
