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