var platform = navigator.platform;

if(platform.indexOf("Linux") == -1) {
	
	var nokia_large = {
		src: '/flash/nokia-large.swf',
		ratios: [9, 1.16, 16, 1.09, 24, 1.06, 37, 1.04, 74, 1.02, 1.01]
	};

	// sIFR.useStyleCheck = true;
	// sIFR.domains = ['*.maemo.nokia.com', 'maemo.nokia.com']

	sIFR.activate(nokia_large);
	
	sIFR.replace(nokia_large, {
		selector: '#maemo-stories h2'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #ffffff; text-decoration: none; font-size: 36px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.select.main h2'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #000000; text-decoration: none; font-size: 22px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.lite h2'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #000000; text-decoration: none; font-size: 36px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '#section-1 h2'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #ffffff; text-decoration: none; font-size: 36px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '#section-2 h3, #news-widget h3'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #ffffff; text-decoration: none; font-size: 22px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '#maemo-select-widget h3'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #000000; text-decoration: none; font-size: 22px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '#maemo-main h2'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #ffffff; text-decoration: none; font-size: 36px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '#content h2'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #ffffff; text-decoration: none; font-size: 18px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.section-header p'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #ffffff; text-decoration: none; font-size: 22px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.lite #intro p'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #595959; text-decoration: none; font-size: 18px; leading: 10; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.lite #intro h1'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #000000; text-decoration: none; font-size: 70px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.story_page #intro h1'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #FFFFFF; text-decoration: none; font-size: 70px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.sitemap-page h1'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #FFFFFF; text-decoration: none; font-size: 70px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.sitemap-page h3'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #FFFFFF; text-decoration: none; font-size: 22px; }'
		]
	});

	sIFR.replace(nokia_large, {
		selector: '.dark #intro p'
		,wmode: 'transparent',
		css: [
		  '.sIFR-root { background: transparent; color: #bababa; text-decoration: none; font-size: 18px; leading: 10; }'
		, 'em { font-style: normal; color: #ffffff; }'
		]
	});
}
	
	
//}
