var header = {
  src: 'http://test.movingpics.co.uk/flash/movingpics.swf'
};

sIFR.activate(header); // From revision 209 and onwards

sIFR.replace(header, {
  selector: 'h1',
		css: [ '.sIFR-root {color: #ad7075; font-size: 30px; font-weight: bold;}',
		'em { color: #ad7075; font-size: 30px; } ' 
		],
		wmode: 'transparent'});

sIFR.replace(header, {
  selector: 'h2',
		css: [ '.sIFR-root {color: #ad7075; font-size: 24px; font-weight: bold;}',
		'em { color: #ad7075; font-size: 24px; } ' 
		],
		wmode: 'transparent'});
