// JavaScript Document
//<[CDATA[
  	var gillsans = {
	src: 'flash/sifr/gillsans.swf'
	,ratios:[8,1.41,10,1.33,14,1.31,16,1.26,20,1.27,24,1.26,25,1.24,26,1.25,35,1.24,49,1.23,74,1.22,75,1.21,76,1.22,77,1.21,79,1.22,80,1.21,81,1.22,1.21]
	};
	

	
	sIFR.delayCSS  = true;
 // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
 	sIFR.activate(gillsans);
	
	//sIFR.debug.ratios({ src: 'flash/avantgarde.swf', selector: 'h1' });

sIFR.replace(gillsans, {
    selector: 'h1.title'
	,wmode: 'transparent'
    ,css: '.sIFR-root {color: #00665b; leading: 0; font-weight: normal; line-height: 1em; text-transform: uppercase;}'
  });

sIFR.replace(gillsans, {
    selector: 'h2.subtitle'
	,wmode: 'transparent'
    ,css: '.sIFR-root {color: #00665b; leading: 0; font-weight: normal; line-height: 1em; text-transform: uppercase;}'
  });

sIFR.replace(gillsans, {
    selector: 'li.list'
	,wmode: 'transparent'
	,css: ['.sIFR-root {color: #00665b; leading: 0; font-weight: normal; line-height: 1em; text-transform: uppercase;}','a { color: #00665b; leading: 0; text-decoration: none; line-height: 1em; }','a:link { color: #00665b; leading: 0; text-decoration: none; line-height: 1em;}','a:hover { color: #00665b; leading: 0;  text-decoration: underline; line-height: 1em;}']
  });
//]]>