	sIFR.baseHref=(typeof window.Common!='undefined')?Common.baseHref:'';
	
	sIFR.prefetch({
		src:'http://www.grove-corporate-pensions.co.uk/_sifr/futura.swf',
		highsrc:'http://www.grove-corporate-pensions.co.uk/_sifr/futura.swf'
	});
	
    var futura = {
      src							: 'http://www.grove-corporate-pensions.co.uk/_sifr/futura.swf',
      ratios						: [6, 1.41, 9, 1.35, 15, 1.29, 21, 1.25, 22, 1.22, 27, 1.24, 29, 1.21, 34, 1.22, 41, 1.21, 45, 1.2, 46, 1.21, 59, 1.2, 68, 1.19, 69, 1.2, 96, 1.19, 97, 1.18, 102, 1.19, 103, 1.18, 107, 1.19, 108, 1.18, 112, 1.19, 114, 1.18, 116, 1.19, 120, 1.18, 121, 1.19, 1.18]
    };

    sIFR.activate(futura);
	
	/* Header sIfr */
	
	sIFR.replace(futura, {
		selector					: '.banner-content h1',
		wmode						: 'transparent',
		css: {
			'.sIFR-root'			: { 'color': '#ffffff' , 'font-weight': 'normal', 'font-size': '35px' }
		}
	});

	/* Header sIfr */
	
	sIFR.replace(futura, {
		selector					: '.banner-content-internal h1',
		wmode						: 'transparent',
		css: {
			'.sIFR-root'			: { 'color': '#ffffff' , 'font-weight': 'normal', 'font-size': '32px' }
		}
	});
	
	/* Content h1s */
	
	sIFR.replace(futura, {
		selector					: '#content #main-box #main-content h1',
		wmode						: 'transparent',
		css							: {
			'.sIFR-root'			: { 'color': '#670C36' , 'font-weight': 'normal', 'font-size': '30px'  },
			'a'						: { 'text-decoration': 'none' },
			'a:link'				: { 'color': '#650500' },
			'a:hover'				: { 'color': '#4F4F4F' }
		}
	});
	
	/* Home h2s */
	
	sIFR.replace(futura, {
		selector					: '#home #main-box .home-service h2',
		wmode						: 'transparent',
		css							: {
			'.sIFR-root'			: { 'color': '#670C36' , 'font-weight': 'bold', 'font-size': '19px'},
			'a'						: { 'text-decoration': 'none' },
			'a:link'				: { 'color': '#670C36' },
			'a:hover'				: { 'color': '#670C36' }
		}
	});
	
	/* Content h2s */
	
	sIFR.replace(futura, {
		selector					: '#content #main-box #main-content h2',
		wmode						: 'transparent',
		css							: {
			'.sIFR-root'			: { 'color': '#670C36' , 'font-weight': 'bold', 'font-size': '22px'  },
			'a'						: { 'text-decoration': 'none' },
			'a:link'				: { 'color': '#650500' },
			'a:hover'				: { 'color': '#4F4F4F' }
		}
	});
	
		/* Left Col H3 */
	
	sIFR.replace(futura, {
		selector					: '#boxes h3',
		wmode						: 'transparent',
		css							: {
	'.sIFR-root'			: { 'color': '#670C36' , 'font-weight': 'bold', 'font-size': '18px'},
			'a'						: { 'text-decoration': 'none' },
			'a:link'				: { 'color': '#670C36' },
			'a:hover'				: { 'color': '#670C36' }
		}
	});
	
	/* Right column h2s on news/blog pages */
	
	sIFR.replace(futura, {
		selector					: '#right-col h2',
		wmode						: 'transparent',
		css							: {
			'.sIFR-root'			: { 'color': '#670C36' , 'font-weight': 'bold', 'font-size': '19px' },
			'a'						: { 'text-decoration': 'none' },
			'a:link'				: { 'color': '#650500' },
			'a:hover'				: { 'color': '#4F4F4F' }
		}
	});
	
	/* Left column boxes on internal pages */
	
	sIFR.replace(futura, {
		selector					: '#boxes a #title1, #boxes a #title2, #boxes a #title3, #boxes a #title4',
		wmode						: 'transparent',
		css							: {
			'.sIFR-root'			: { 'color': '#670C36' , 'font-weight': 'bold', 'font-size': '19px' },
			'a'						: { 'text-decoration': 'none' },
			'a:link'				: { 'color': '#650500' },
			'a:hover'				: { 'color': '#4F4F4F', 'cursor': 'pointer' }
		}
	});
	
	


