  var gentium = {
    src: 'http://www.phba.org.uk/fonts/gentium.swf'
    ,ratios: [7,1.32,8,1.31,12,1.27,20,1.22,28,1.19,30,1.17,31,1.18,45,1.17,61,1.16,62,1.15,65,1.16,66,1.15,67,1.16,109,1.15,110,1.14,116,1.15,117,1.14,122,1.15,1.14]
  };

//  sIFR.domains = ['phba.org.uk'] //
  sIFR.useStyleCheck = true; 
  sIFR.activate(gentium);

  sIFR.replace(gentium, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { background-color: #FFFFFF; color: #1249c8; font-size: 30px; }'
	  ]
  }); 

  sIFR.replace(gentium, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { background-color: #FFFFFF; color: #000000; font-size: 24px;}'
	  ]
  }); 
