var header = {
  src: 'http://www.central-ticketing.co.uk/flash/times.swf'
};

sIFR.activate(header); // From revision 209 and onwards

		sIFR.replace(header, {
  selector: 'h1',
		css: [ '.sIFR-root {color: #2f3193; font-size: 18px; text-transform: uppercase; text-align: left; font-weight: bold; }',
		'em { font-size: 18px; color: #2f3193; font-weight: bold; } ' 
		],
		wmode: 'transparent'});

sIFR.replace(header, {
  selector: 'div.Testimonial_View',
		css: [ '.sIFR-root {color: #cccccc; font-size:55px; text-align: center;}',
		'em { color: #cccccc; font-style:normal; } ' 
		],
		wmode: 'transparent'});
