var helvetica35 = {
  src: '/swfs/helvetica-35.swf'
  ,ratios: [7,1.32,8,1.31,12,1.27,19,1.23,22,1.2,29,1.19,36,1.18,51,1.17,56,1.16,57,1.17,87,1.16,91,1.15,93,1.16,1.15]
  ,wmode: 'transparent'
};

sIFR.repaintOnResize = true;
sIFR.useDomLoaded = true;
sIFR.activate(helvetica35);

//sIFR.debug.ratios({ src: helvetica35, selector: 'div#feature h2' });
sIFR.replace(helvetica35, {
  selector: 'div#feature-specials h2'
	,css: [
		'.sIFR-root { color: #c3000e; }; .sIFR-root a { color: #c3000e; text-decoration: none; }; .sIFR-root a:visited{ color: #c3000e; text-decoration: none; }; .sIFR-root a:hover { color: #c3000e; text-decoration: none; }; .sIFR-root a:link { color: #c3000e; text-decoration: none; };'
	]
});
sIFR.replace(helvetica35, {
  selector: 'div#feature h1, div#feature h2, div#feature h3, div#sub-content h3'
	,css: [
		'.sIFR-root { color: #84909c; text-decoration: none;}; .sIFR-root a { color: #84909c; text-decoration: none;}; .sIFR-root a:hover { color: #84909c; text-decoration: none;}; .sIFR-root a:visited { color: #84909c; text-decoration: none;}; .sIFR-root a:link { color: #84909c; text-decoration: none;}; '
	]
});
sIFR.replace(helvetica35, {
  selector: 'div#content-main h1, div#content-main h2, div#content-main h3'
	,css: [
		'.sIFR-root { color: #c3000e; }; .sIFR-root a { color: #c3000e; text-decoration: none; }; .sIFR-root a:visited{ color: #c3000e; text-decoration: none; }; .sIFR-root a:hover { color: #c3000e; text-decoration: none; }; .sIFR-root a:link { color: #c3000e; text-decoration: none; };'
	]
});
