var customfont = {
  src: '/flash/customfont.swf'
  //src: '/development/persons/www.jckis.com/flash/customfont.swf'
};

sIFR.activate(customfont);

sIFR.replace(customfont, {
  selector: 'h2'
  ,wmode: 'transparent'
  ,css: [
			'.sIFR-root { font-weight: bold; color: #ffffff;letter-spacing: 2;text-transform: uppercase;}'
    	]
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 32, 1.22, 33, 1.23, 39, 1.22, 51, 1.21, 54, 1.2, 55, 1.21, 91, 1.2, 93, 1.19, 94, 1.2, 98, 1.19, 99, 1.2, 109, 1.19, 110, 1.2, 1.19]
});

sIFR.replace(customfont, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: [
			'.sIFR-root { font-weight: bold; color: #ffffff }'
    	]
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 32, 1.22, 33, 1.23, 39, 1.22, 51, 1.21, 54, 1.2, 55, 1.21, 91, 1.2, 93, 1.19, 94, 1.2, 98, 1.19, 99, 1.2, 109, 1.19, 110, 1.2, 1.19]
});