var customfont = {
  src: '/flash/customfont.swf'
  //src: '/development/serious-kitchen/www.serious-kitchen.com/flash/customfont.swf'
};

sIFR.activate(customfont);

sIFR.replace(customfont, {
  selector: 'h1'
  ,wmode: 'transparent'
  ,css: [
			'.sIFR-root { font-weight: bold; color: #ffffff }'
			, '.alignright { font-weight: bold; text-align: right; color: #ffffff }'
    	]
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 80, 1.2, 83, 1.19, 84, 1.2, 88, 1.19, 89, 1.2, 1.19]
});

sIFR.replace(customfont, {
  selector: 'h3'
  ,wmode: 'transparent'
  ,css: [
			'.sIFR-root { font-weight: bold; color: #ffffff }'
			, '.alignright { font-weight: bold; text-align: right; color: #ffffff }'
    	]
  ,ratios: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 28, 1.23, 34, 1.22, 38, 1.21, 39, 1.22, 46, 1.21, 50, 1.2, 51, 1.21, 80, 1.2, 83, 1.19, 84, 1.2, 88, 1.19, 89, 1.2, 1.19]
});
