var univers = {
  src: 'http://www.eightassociates.co.uk/flash/univers45light.swf'
};

	sIFR.activate(univers);

	sIFR.replace(univers, {
	  selector: 'h1.sifrWhite'
	  ,css: '.sIFR-root { color: #ffffff; background-color: #000000; font-weight: normal; } a { color: #ffffff; text-decoration: none; } a:hover { color: #ffffff; text-decoration: none; }'
	});
	sIFR.replace(univers, {
	  selector: 'h1.sifrColor'
	  ,css: '.sIFR-root { color: #eee4cb; background-color: #000000; font-weight: normal; } a { color: #eee4cb; text-decoration: none; } a:hover { color: #eee4cb; text-decoration: none; }'
	});