// JavaScript Document
//<![CDATA[
	function refresh_sIFR(){
		var neoSans = {
		src: dotdotpath + 'flash/sifr/neo_sans.swf'
		,ratios:[8,1.41,10,1.32,11,1.31,15,1.29,19,1.28,26,1.25,35,1.24,42,1.23,45,1.22,46,1.23,62,1.22,63,1.21,65,1.22,66,1.21,67,1.22,111,1.21,112,1.2,116,1.21,117,1.2,121,1.21,122,1.2,1.21]
		};
		
		sIFR.delayCSS  = true;
		// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
		sIFR.activate(neoSans);
		
		//sIFR.debug.ratios({ src: 'flash/sifr/neo_sans.swf', selector: 'h1' });
		
		sIFR.replace(neoSans, {
		selector: 'h1.title, h2.title'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #334997; leading: 0; letter-spacing: 0; font-weight: bold; text-transform: uppercase; font-size:16px;'
		});
		
		sIFR.replace(neoSans, {
		selector: 'h2.subtitle,h3.subtitle'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #666666; leading: 0; letter-spacing: 0; font-weight: bold;}'
		});
		
		sIFR.replace(neoSans, {
		selector: 'h2.label,h3.label'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #666666; leading: 0; letter-spacing: 0; }'
		});
		
		
		sIFR.replace(neoSans, {
		selector: '.quote_box .quote'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #334997; leading: 0;text-align: justify;}'
		});
		
		sIFR.replace(neoSans, {
		selector: '.quote'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #334997; leading: 0;text-align: justify;}'
		});
		
		sIFR.replace(neoSans, {
		selector: '.small_subhead'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #334997; leading: 0;}','a { text-decoration: none; }','a:link { color: #334997; text-decoration: none;}','a:hover { color: #77685A; }']
		});
	}
	
	refresh_sIFR();
//]]>