var AvantGardeBk = {
	src: '/code/avantgarde-bk.swf'
};
sIFR.activate(AvantGardeBk); // From revision 209 and onwards

sIFR.replace(AvantGardeBk, {
	selector: 'h1',
	css: [
	'.sIFR-root { color: #CC0000; }'
	],
	fitExactly: true,
	tuneHeight: -4
});

sIFR.replace(AvantGardeBk, {
	selector: 'h2, h3',
	css: [
	'.sIFR-root { color: #CC0000; }'
	],
	fitExactly: true,
	tuneHeight: -3,
	wmode: 'transparent'
});