//rename 'fontname' to the correct font e.g. arial, helvetica...
var ge = { 
    src: 'flash/ge_inspera.swf'
    ,ratios:[13, 1, 21, 1.04, 27, 1.07, 32, 1.09, 33, 1.11, 40, 1.1, 46, 1.11, 59, 1.12, 60, 1.13, 65, 1.12, 98, 1.13, 102, 1.14, 105, 1.13, 1.14]
};

sIFR.activate( ge);
//sIFR.debug.ratios({ src: 'flash/ge_inspera.swf', selector: 'h1' });

sIFR.replace(ge, {
    selector: 'h1',
    css: [
      '.sIFR-root { color: #81bd00;	font-weight: normal; font-size: 3.2em; }'
    ]
    ,wmode:'transparent'
});
