var headline = {
  src: '/flash/sifr.swf',
  ration: [6, 3.94, 7, 3.52, 8, 3.2, 9, 2.96, 10, 2.76, 11, 2.6, 12, 2.47, 13, 2.36, 14, 2.26, 15, 2.17, 16, 2.1, 17, 2.04, 18, 1.98, 19, 1.93, 21, 1.88, 23, 1.8, 25, 1.73, 27, 1.68, 29, 1.63, 31, 1.59, 32, 1.55, 34, 1.53, 36, 1.5, 37, 1.48, 40, 1.46, 43, 1.43, 45, 1.4, 48, 1.38, 51, 1.36, 52, 1.34, 55, 1.33, 57, 1.31, 59, 1.3, 61, 1.29, 66, 1.28, 71, 1.26, 75, 1.24, 78, 1.23, 81, 1.22, 85, 1.21, 90, 1.2, 95, 1.19, 100, 1.18, 106, 1.17, 113, 1.16, 121, 1.15, 1.14]
};

sIFR.useStyleCheck = true;
if ((document.domain != "easycontent.prosales.it") && (document.domain != "workeasycontent.ps24.local"))
{
  sIFR.activate(headline);
}

if (typeof(headline.ration) == "undefined")
{
 sIFR.debug.ratios({src: headline.src, selector: 'body #Content #ContentLeft h1'}); 
}  

// H1
sIFR.replace(headline, {
    selector: 'h1',
    wmode: 'transparent',
    css: [
            '.sIFR-root{color: #7b5897}'
      ],
    selectable: true
    }
);
