var header = {
  src: 'http://www.wiseforms.co.uk/flash/arial.swf'
};

sIFR.activate(header); // From revision 209 and onwards

sIFR.replace(header, {
  selector: 'h1',
		css: [ '.sIFR-root {color: #96ca00; font-weight: bold; letter-spacing: -2.8; font-size: 30px;}',
		'em { color: #96ca00; font-size: 30px; } ' 
		],
		wmode: 'transparent'});
		
sIFR.replace(header, {
  selector: 'h2.Home_Title',
		css: [ '.sIFR-root {color: #96ca00; font-weight: bold; letter-spacing: -1; font-size: 30px;}',
		'em { color: #96ca00; font-size: 30px; } ' 
		],
		wmode: 'transparent'});
