var banjoman = {
      src: 'inc/banjoman.swf'
	  ,ratios: [9, 1.25, 13, 1.18, 18, 1.14, 19, 1.13, 21, 1.12, 31, 1.11, 34, 1.09, 36, 1.1, 42, 1.09, 63, 1.08, 69, 1.07, 72, 1.08, 1.07]
};

var arial = {
      src: 'inc/arial.swf'
	  ,ratios: [8, 1.3, 12, 1.27, 16, 1.21, 19, 1.17, 24, 1.18, 26, 1.16, 27, 1.17, 35, 1.16, 44, 1.15, 63, 1.14, 64, 1.13, 67, 1.14, 68, 1.13, 70, 1.14, 76, 1.13, 77, 1.14, 1.13]
};
 
sIFR.activate(banjoman);
/*sIFR.debug.ratios({ src: 'inc/arial.swf', selector: 'h2.newsblauw' });*/
/*
sIFR.replace(arial, {
	selector: 'h2.newsblauw',
	css: [
    '.sIFR-root { font-size:10px; font-weight:normal; color:#000066; }',
	'strong { font-size:13px; font-weight:bold; color:#000066; }'
    ],
	tuneHeight: '-5',
    wmode: 'transparent',
});

sIFR.replace(arial, {
	selector: 'h2.newspaars',
	css: [
    '.sIFR-root { font-size:10px; font-weight:normal; color:#B13EB3; }',
	'strong { font-size:13px; font-weight:bold; color:#B13EB3; }'
    ],
	tuneHeight: '-5',
    wmode: 'transparent'
});
*/
sIFR.replace(banjoman, {
	selector: 'h3',
	css: [
    '.sIFR-root { font-size:16px; font-weight:bold; color:#999999; }',
	'strong { font-size:24px; font-weight:bold; color:#642365; right }',
    ],
	tuneHeight: '-5',
    wmode: 'transparent',
	selectable: false
});

