// JavaScript Document
//<[CDATA[
  function refresh_sIFR(){
		var neoSans = {
		src: dotdotpath + 'flash/sifr/neo_sans.swf'
		,ratios:[7,0.92,9,1.25,11,1.05,12,0.92,13,1.44,14,1.38,15,1.3,16,1.22,17,1.19,18, 1.33, 19, 1.28, 20, 1.24, 21, 1.19, 22, 1.14, 23, 1.28, 24, 1.23, 26, 1.2, 27, 1.15, 28, 1.24, 29, 1.2, 30, 1.18, 31, 1.17, 32, 1.13, 33, 1.33, 34, 1.3, 35, 1.26, 36, 1.23, 37, 1.22, 39, 1.28, 41, 1.25, 42, 1.21, 43, 1.27, 44, 1.24, 45, 1.21, 46, 1.2, 47, 1.18, 49, 1.23, 51, 1.2, 52, 1.18, 53, 1.3, 54, 1.28, 57, 1.25, 58, 1.27, 59, 1.26, 60, 1.24, 61, 1.23, 62, 1.21, 63, 1.27, 65, 1.25, 66, 1.21, 67, 1.19, 69, 1.25, 70, 1.21, 71, 1.2, 72, 1.18, 73, 1.23, 74, 1.22, 76, 1.2, 77, 1.17, 78, 1.28, 79, 1.27, 81, 1.25, 82, 1.22, 83, 1.27, 85, 1.25, 86, 1.22, 87, 1.21, 89, 1.25, 90, 1.22, 91, 1.21, 92, 1.2, 93, 1.24, 94, 1.22, 95, 1.21, 96, 1.2, 97, 1.19, 98, 1.28, 99, 1.26, 101, 1.25, 102, 1.23, 103, 1.26, 105, 1.25, 106, 1.23, 107, 1.21, 109, 1.25, 110, 1.23, 111, 1.22, 112, 1.21, 113, 1.24, 114, 1.23, 115, 1.22, 116, 1.21, 117, 1.2, 118, 1.23, 119, 1.22, 120, 1.21, 121, 1.2, 122, 1.19, 123, 1.26, 1.25]
		};
		
		var neoSansGradient = {
		src: dotdotpath + 'flash/sifr/neo_sans_gradient.swf'
		,ratios:[7,0.92,9,1.25,11,1.05,12,0.92,13,1.44,14,1.38,15,1.3,16,1.22,17,1.19,18, 1.33, 19, 1.28, 20, 1.24, 21, 1.19, 22, 1.14, 23, 1.28, 24, 1.23, 26, 1.2, 27, 1.15, 28, 1.24, 29, 1.2, 30, 1.18, 31, 1.17, 32, 1.13, 33, 1.33, 34, 1.3, 35, 1.26, 36, 1.23, 37, 1.22, 39, 1.28, 41, 1.25, 42, 1.21, 43, 1.27, 44, 1.24, 45, 1.21, 46, 1.2, 47, 1.18, 49, 1.23, 51, 1.2, 52, 1.18, 53, 1.3, 54, 1.28, 57, 1.25, 58, 1.27, 59, 1.26, 60, 1.24, 61, 1.23, 62, 1.21, 63, 1.27, 65, 1.25, 66, 1.21, 67, 1.19, 69, 1.25, 70, 1.21, 71, 1.2, 72, 1.18, 73, 1.23, 74, 1.22, 76, 1.2, 77, 1.17, 78, 1.28, 79, 1.27, 81, 1.25, 82, 1.22, 83, 1.27, 85, 1.25, 86, 1.22, 87, 1.21, 89, 1.25, 90, 1.22, 91, 1.21, 92, 1.2, 93, 1.24, 94, 1.22, 95, 1.21, 96, 1.2, 97, 1.19, 98, 1.28, 99, 1.26, 101, 1.25, 102, 1.23, 103, 1.26, 105, 1.25, 106, 1.23, 107, 1.21, 109, 1.25, 110, 1.23, 111, 1.22, 112, 1.21, 113, 1.24, 114, 1.23, 115, 1.22, 116, 1.21, 117, 1.2, 118, 1.23, 119, 1.22, 120, 1.21, 121, 1.2, 122, 1.19, 123, 1.26, 1.25]
		};
		
		sIFR.delayCSS  = true;
		sIFR.fitExactly = true;
		// sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
		//sIFR.useStyleCheck = true;
		sIFR.activate(neoSans);
		
		
		//sIFR.debug.ratios({ src: dotdotpath + 'flash/sifr/neo_sans.swf', selector: 'h2' });
		sIFR.replace(neoSans, {
		selector: 'h1.title, h2.title, h3.title'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #334997; letter-spacing: 0; font-weight: bold; text-transform: uppercase; font-size:15px;}']

		});
		
		sIFR.replace(neoSans, {
		selector: 'h2.basketpromotitle'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #334997; font-weight: bold; text-transform: uppercase; font-size:15px; text-align:right;}','a { text-decoration: none; }','a:link { color: #334997; text-decoration: none;}','a:hover { color: #666666; text-decoration: underline;}']});
		
		sIFR.replace(neoSans, {
		selector: 'h2.subtitle'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #666666; leading: 0; letter-spacing: 0; font-weight: bold; text-transform: uppercase; font-size:12px;'
		});
		
		sIFR.replace(neoSans, {
		selector: 'h2.subtitle-blue'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #344A98; leading: 0; letter-spacing: 0; font-weight: bold; text-transform: uppercase; font-size:12px;'
		});	
			
		sIFR.replace(neoSans, {
		selector: 'p.subtitle-blue'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #344A98; leading: 0; letter-spacing: 0; font-weight: bold; text-transform: uppercase; font-size:12px;'
		});		
		
		sIFR.replace(neoSans, {
		selector: 'h2.basketpromosubtitle'
		,wmode: 'transparent'
		,css: '.sIFR-root {color: #666666; leading: 0; letter-spacing: 0; font-weight: bold; text-transform: uppercase; font-size:12px;text-align:right;'
		});

		
		sIFR.replace(neoSans, {
		selector: '.drk_green_title'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #338c18; leading: 0; letter-spacing:0; font-weight: bold; font-size:18px;}']
		});
		
		sIFR.replace(neoSans, {
		selector: 'h3.green_title'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #89b40e; leading: 0; letter-spacing:0; font-weight: bold;font-size:14px;}']
		});		
		
		sIFR.replace(neoSansGradient, {
		selector: '.gradient_title'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #338c18; leading: 0; letter-spacing:0; font-weight: bold; font-size:14px; text-transform: uppercase;  line-height:16px;}']		
		});
		
				
		sIFR.replace(neoSans, {
		selector: '.coming_soon'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #338c18; leading: 0; letter-spacing:0; font-weight: bold; font-size:18px; text-align:right; text-transform: uppercase;}']
		});
		
		sIFR.replace(neoSans, {
		selector: '.coming_soon_grey'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #666666; leading: 0; letter-spacing:0; font-weight: bold; font-size:14px; text-align:left;}']
		});
		
		sIFR.replace(neoSans, {
		selector: '#enviroHeader h2'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #338c18; leading: 0; letter-spacing:0; font-weight: bold; font-size:12px;text-transform: uppercase;margin:0;}']
		});
		sIFR.replace(neoSans, {
		selector: '#enviroHeader h3'
		,wmode: 'transparent'
		,css: ['.sIFR-root {color: #89b40e; leading: 0; letter-spacing:0; font-weight: bold; font-size:12px; text-transform: uppercase;margin:0;}']
		});
		//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();
//]]>
