if(directory && !browser.isIE5 && !browser.isIE6){

	var gotham_light = { src: directory + 'flash/sIFR/gotham_light.swf' };
	var gotham_book = { src: directory + 'flash/sIFR/gotham_book.swf' };
	sifrSelectors = [
		'#page-title h1',
		'#additionals .title'
	];			
	
	if(browser.isSafari){
		sIFR.useStyleCheck = true;
	}

	sIFR.activate(gotham_light, gotham_book);

	sIFR.replace(gotham_light, {
		selector: sifrSelectors[0],
		ratios: [6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01],
		css: {
			'.sIFR-root': { 'color':'#FFFFFF', 'font-size':'21px'}
		},
		wmode: 'transparent',
		offsetTop: -1,
		onReplacement: function(){ }
	});
	
	sIFR.replace(gotham_book, {
		selector: sifrSelectors[1],
		ratios: [6, 1.24, 11, 1.13, 12, 1.12, 21, 1.07, 29, 1.04, 30, 1.05, 49, 1.03, 53, 1.02, 54, 1.03, 74, 1.02, 77, 1.01, 78, 1.02, 83, 1.01, 84, 1.02, 89, 1.01, 90, 1.02, 95, 1.01, 96, 1.02, 1.01],
		css: {
			'.sIFR-root': { 'color':'#003366', 'font-size':'20px' },
			'.green': { 'color':'#069D00' }
		},
		wmode: 'transparent',
		fitExactly: false,
		forceWidth: false,
		preventWrap: false,
		forceSingleLine: false,
		onReplacement: function(){ }
	});	
	
	

	
	/*
	sIFR.debug.ratios(gotham_book, {
	selector: '#featured .even .title' });
	*/		
	
}
