sIFR.fromLocal = true;

  var helvetica = {
    src: 'js/giovanni.swf'
	,  ratio: [7,1.32,11,1.31,14,1.24,19,1.23,27,1.2,29,1.19,37,1.18,41,1.17,42,1.18,57,1.17,62,1.16,63,1.17,89,1.16,90,1.15,101,1.16,103,1.15,108,1.16,110,1.15,113,1.16,117,1.15,119,1.16,124,1.15,1.16]
	};
 
 // sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(helvetica);
  
  
sIFR.replace( helvetica,{
    selector: 'h1.intro',
	    css: {
      '.sIFR-root' :{ 'leading': '9','font-weight':'100', 'color':'#5A5A5A' },
	  'strong': {'color': '#000000'}
	}, 
	wmode: 'transparent', tuneHeight:6, offsetTop:4, fitExactly:true
  });

sIFR.replace( helvetica,{
    selector: 'h2.introsifr',
	    css: {
      '.sIFR-root' :{ 'leading': '9','font-weight':'100', 'color':'#5A5A5A' },
	  'strong': {'color': '#000000'}
	}, 
	wmode: 'transparent', tuneHeight:6, offsetTop:4, fitExactly:true
  });


sIFR.replace( helvetica,{
    selector: 'h1.tt-1',
	    css: {
      '.sIFR-root' :{ 'leading': '9','font-weight':'900','font-size':'28px', 'color':'#0054A6' },
	  'strong': {'color': '#000000'}
	}, 
	wmode: 'transparent', tuneHeight:6, offsetTop:4, fitExactly:true
  });


