var chancery = {
	src: '/chancery3.swf'
};

sIFR.activate(chancery);

sIFR.replace(chancery, {
  selector: 'h1 span.customfont',
  css: ['.sIFR-root {font-size: 48px; text-align: center; font-size: 48px; color: #ffffff;}',
		  ],
  wmode: 'transparent'
});