  var frutiger47 = {
    src: 'sifr/frutiger_lt_47.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };
  
   var frutiger57 = {
    src: 'sifr/frutiger_lt_57.swf'
    ,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
  };

  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.useStyleCheck = true;
  sIFR.activate(frutiger57);
  sIFR.activate(frutiger47);
  

	sIFR.replace(frutiger57, {
    selector: 'h3.fu57'
    ,css: [
      '.sIFR-root { background-color: #FFFFFF; color: #316824; font-weight: bold }' 
	  ,'a { color: #316824; text-decoration: underline; }'
      ,'a:link { color: #316824; }'
      ,'a:hover { color: #316824; text-decoration: none; }'

    ]
	,wmode: 'transparent'
	});
	
	
	sIFR.replace(frutiger47, {
    selector: 'h3.fu47'
    ,css: [
      '.sIFR-root { background-color: #FFFFFF; color: #28751e; }' 
	  ,'a { color: #28751e; text-decoration: underline; }'
      ,'a:link { color: #28751e; }'
      ,'a:hover { color: #28751e; text-decoration: none; }'

    ]
	,wmode: 'transparent'
	});
	
