// JavaScript Document
//<[CDATA[

var helvetica_light = {
	src: dotdotpath + 'flash/sifr/helvetica_light.swf'
	,ratios:[6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 80, 1.2, 83, 1.19, 84, 1.2, 88, 1.19, 89, 1.2, 1.19]
	};

	sIFR.delayCSS  = true;
 // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
	sIFR.activate(helvetica_light);

	//sIFR.debug.ratios({ src: dotdotpath + 'flash/sifr/helvetica_light.swf', selector: 'h1' });

	sIFR.replace(helvetica_light, {
		selector: 'h1.test, h2'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #8E9DB0; leading: 0; letter-spacing: 0;}','em { font-style: normal; color: #0066CC; letter-spacing: 0;}']
	  });
	

function refresh_sIFR(){
	
	var helvetica_light = {
	src: dotdotpath + 'flash/sifr/helvetica_light.swf'
	,ratios:[6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 80, 1.2, 83, 1.19, 84, 1.2, 88, 1.19, 89, 1.2, 1.19]
	};

	sIFR.delayCSS  = true;
 // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
	sIFR.activate(helvetica_light);

	//sIFR.debug.ratios({ src: dotdotpath + 'flash/sifr/helvetica_light.swf', selector: 'h1' });

	sIFR.replace(helvetica_light, {
		selector: 'h1.test, h2'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #8E9DB0; leading: 0; letter-spacing: 0;}','em { font-style: normal; color: #0066CC; letter-spacing: 0;}']
	  });
	//alert('test');
}
//]]>