var font = { src: 'http://www.keiebijters.nl/site/script/reisr__.swf' };



sIFR.activate(font);



sIFR.replace(font, {

	selector: 'h1.yellow',

	css: '.sIFR-root { background: transparant; color: #F9DA02; font-size: 40px; }',

	filters: { DropShadow: { knockout: false, distance: 2, color: '#333333', strength: 3, angle: 20 } },

	wmode: 'transparent'

});



sIFR.replace(font, {

	selector: 'h1.green',

	css: '.sIFR-root { background: transparant; color: #3FA748; font-size: 40px; }',

	filters: { DropShadow: { knockout: false, distance: 2, color: '#f0f0f0', strength: 3, angle: 20 } },

	wmode: 'transparent'

});



sIFR.replace(font, {

	selector: 'h1.white',

	css: '.sIFR-root { background: transparant; color: #000000; font-size: 40px; }',

	filters: { DropShadow: { knockout: false, distance: 2, color: '#ffffff', strength: 3, angle: 20 } },

	wmode: 'transparent'

});

sIFR.replace(font, {

	selector: 'h1.black',

	css: '.sIFR-root { background: transparant; color: #FFFFFF; font-size: 40px; }',

	filters: { DropShadow: { knockout: false, distance: 2, color: '#000000', strength: 3, angle: 20 } },

	wmode: 'transparent'

});


sIFR.replace(font, {

	selector: 'h1.red',

	css: '.sIFR-root { background: transparant; color: #F90707; font-size: 40px; }',

	filters: { DropShadow: { knockout: false, distance: 2, color: '#ffffff', strength: 3, angle: 20 } },

	wmode: 'transparent'

});



sIFR.replace(font, {

	selector: 'h1.blue',

	css: '.sIFR-root { background: transparant; color: #1D2FCF; font-size: 40px; }',

	filters: { DropShadow: { knockout: false, distance: 2, color: '#ffffff', strength: 3, angle: 20 } },

	wmode: 'transparent'

});


