var futurabold = {
  src: '/static/sifr/flash/futurabold.swf'
  ,wmode: 'transparent'
  ,css: [
    '.sIFR-root { font-weight:bold; color:#555555;}'
    ,'a { text-decoration: none; color: #555555;}'
    ,'a:link { color: #555555; }'
    ,'a:hover { color: #555555; }'
	,'.column h3{font-weight:bold; color:#AEAEAE;}'
	
  ]
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 20, 1.22, 23, 1.18, 28, 1.19, 30, 1.17, 31, 1.18, 39, 1.17, 54, 1.16, 60, 1.15, 61, 1.16, 93, 1.15, 94, 1.14, 95, 1.15, 97, 1.14, 99, 1.15, 101, 1.14, 102, 1.15, 105, 1.14, 106, 1.15, 1.14]
};




sIFR.prefetch(futurabold);
sIFR.activate(futurabold);


sIFR.replace(futurabold, {
  selector: '.cat_item h3'
  });
sIFR.replace(futurabold, {
  selector: '#reactie_container h3'
  });



