var typofont = {
  src: '/fileadmin/templates/scripts/Kind_op_Maandag/GoudySansMdBT.swf'
};

/* sIFR.isEnabled = false; */

sIFR.activate(typofont);


/* sIFR replaces in the order of replace() calls. Daarom bijv. eerst #naam h2 en daarna pas normale h2 */



/* algemeen */

/* sIFR.debug.ratios(typofont, */
sIFR.replace(typofont, 
{  
  selector: 'h2',
  wmode:'transparent',
  ratios: [8,1.43,11,1.38,16,1.33,23,1.32,24,1.29,28,1.3,36,1.29,45,1.28,70,1.27,72,1.26,73,1.27,76,1.26,77,1.27,1.26]
       ,css: [
      '.sIFR-root { color:#97BE14; background-color:#ffffff;}'
      ,'a { text-decoration: none }'
      ,'a:link { color:#97BE14 }'
      ,'a:hover { color:#97BE14 }'
    ]
});


/* sIFR.debug.ratios(typofont, */
sIFR.replace(typofont, 
{  
  selector: 'h3',
  ratios: [8,1.43,11,1.38,16,1.33,23,1.32,24,1.29,28,1.3,36,1.29,45,1.28,70,1.27,72,1.26,73,1.27,76,1.26,77,1.27,1.26]
  ,wmode:'transparent'
       ,css: [
      '.sIFR-root { leading: -2; color:#A83889; background-color:#ffffff;}'
      ,'a { text-decoration: none; }'
      ,'a:link { color:#A83889 }'
      ,'a:hover { color:#A83889 }'
    ]
});



/* sIFR.debug.ratios(typofont, */
sIFR.replace(typofont, 
{  
  selector: 'h4',
  wmode:'transparent',
  ratios: [8,1.43,11,1.38,16,1.33,23,1.32,24,1.29,28,1.3,36,1.29,45,1.28,70,1.27,72,1.26,73,1.27,76,1.26,77,1.27,1.26]
       ,css: [
      '.sIFR-root { leading: -2; color:#A83889; background-color:#ffffff;}'
      ,'a { text-decoration: none }'
      ,'a:link { color:#A83889 }'
      ,'a:hover { color:#A83889 }'
    ]
});


 
