/*
function doSifr() {

if (navigator.appVersion.indexOf("Linux")!=-1 || navigator.appVersion.indexOf("X11")!=-1) {

} else {

		// Add a slash!
		var Sassoon = {
			src: '/images/sifr/sassoon.swf'
			,ratios: [7,1.32,11,1.31,13,1.24,14,1.25,19,1.23,27,1.2,34,1.19,42,1.18,47,1.17,48,1.18,69,1.17,74,1.16,75,1.17,1.16]
		};
		
		
		sIFR.activate(Sassoon);
		
		sIFR.replace(Sassoon, {
			selector: 'h1',
			forceSingleLine: false,
			css: [
				 '.sIFR-root { color: #000000; font-size: 24px; text-decoration: none; }'				 
				 ],
			wmode: 'transparent',
			tuneWidth: '0',
			tuneHeight: '-3',
			forceWidth: false
		});
		
		sIFR.replace(Sassoon, {
			selector: 'h2.small',
			forceSingleLine: false,
			css: [
				 '.sIFR-root { color: #000000; font-size: 16px; text-decoration: none; }'				 
				 ],
			wmode: 'transparent',
			tuneWidth: '0',
			tuneHeight: '-5',
			forceWidth: false
		});
		
		sIFR.replace(Sassoon, {
			selector: 'h2',
			forceSingleLine: false,
			css: [
				 '.sIFR-root { color: #000000; font-size: 18px; text-decoration: none; }'				 
				 ],
			wmode: 'transparent',
			tuneWidth: '0',
			tuneHeight: '-5',
			forceWidth: false
		});

		sIFR.replace(Sassoon, {
			selector: 'h3.sifr, .generatedContent h3',
			forceSingleLine: false,
			css: [
				 '.sIFR-root { color: #000000; font-size: 12px; text-decoration: none; }'				 
				 ],
			wmode: 'transparent',
			tuneWidth: '0',
			tuneHeight: '-5',
			forceWidth: false
		});

		sIFR.replace(Sassoon, {
			selector: '#darkGreenBar p',
			forceSingleLine: false,
			css: [
				 '.sIFR-root { color: #ffffff; font-size: 15px; font-style: italic; text-decoration: none; text-align: right; }'				 
				 ],
			wmode: 'transparent',
			tuneWidth: '0',
			tuneHeight: '-5',
			forceWidth: false
		});
}

}
doSifr();
*/

