/* call it */

var howard = {
  src: '/includes/fonts/howard-light.swf'
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 17, 1.24, 18, 1.25, 28, 1.23, 29, 1.2, 34, 1.22, 35, 1.2, 36, 1.21, 40, 1.2, 41, 1.21, 53, 1.2, 79, 1.19, 81, 1.18, 85, 1.19, 87, 1.18, 88, 1.19, 93, 1.18, 94, 1.19, 1.18]
};

sIFR.useStyleCheck = true;
sIFR.activate(howard);


sIFR.replace(howard, {selector: '#right-title>h1'
			 ,css: [
					  '.sIFR-root {color:#335052;}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(howard, {selector: 'h2.standout-title'
			 ,css: [
					  '.sIFR-root {color: #666666;}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(howard, {selector: 'h2.shopping-title'
			 ,css: [
					  '.sIFR-root {color: #335052;font-size: 24px;}'
					]
			 ,wmode: "transparent"
			 });

sIFR.replace(howard, {selector: 'h2.congrats'
			 ,css: [
					  '.sIFR-root {color: #335052;font-size: 24px;}'
					]
			 ,wmode: "transparent"
			 });