var font = {
	src: 'fonts/din_regular.swf'
};
sIFR.activate(font);
sIFR.replace(font, {
	selector: 'h1',
	css: [
		'.sIFR-root { color: #000000; text-transform: uppercase; }'
	],
	wmode: 'transparent'
});
sIFR.replace(font, {
	selector: 'h2',
	css: [
		'.sIFR-root { color: #000000; }'
	],
	wmode: 'transparent'
});