var customfont = {
  src: 'http://www.werkenbijwillemsen.nl/flash/customfont.swf'
  //src: '/projecten/willemsen/flash/customfont.swf'
};

sIFR.activate(customfont);

sIFR.replace(customfont, {
  selector: 'h2.vacatures'
  ,wmode: 'transparent'
  ,css: [
			'.sIFR-root { font-weight: bold; font-size: 16px; color: #000000; }'
    	]  
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
});

sIFR.replace(customfont, {
  selector: 'h2.contenttitlelarge'
  ,wmode: 'transparent'
  ,css: [
			'.sIFR-root { font-weight: bold; font-size: 14px; color: #8b6900; }',
			'.contenttitlelargespan { font-weight: bold; font-size: 18px; color: #9fa1a4; }'
    	] 
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
});

sIFR.replace(customfont, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: [
			'.sIFR-root { font-weight: bold; font-size: 24px; color: #8b6900; }'
    	]  
  ,ratios: [7, 1.32, 8, 1.31, 12, 1.27, 19, 1.23, 28, 1.19, 30, 1.17, 31, 1.18, 45, 1.17, 61, 1.16, 62, 1.15, 67, 1.16, 116, 1.15, 117, 1.14, 123, 1.15, 124, 1.14, 1.15]
});
