var fruitiger = {
	src: '/inc/16/flash/fruitiger.swf'
};
sIFR.activate(fruitiger); // From revision 209 and onwards
sIFR.useStyleCheck = true;

//top links
sIFR.replace(fruitiger, {
	selector: 'h1',
	css: [
		'.sIFR-root { font-size: 30px; font-weight: bold; color: #986eae; }',
		'a { font-weight: bold; color: #3abbd4; text-decoration: none; }',
		'a:hover { font-weight: bold; color: #000000; text-decoration: none; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});
// Top Searches Title
sIFR.replace(fruitiger, {
	selector: '#topSearches h2',
	css: [
		'.sIFR-root { font-size: 24px; font-weight: bold; color: #ffffff; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});
// widgets
sIFR.replace(fruitiger, {
	selector: '.ml16 h2',
	css: [
		'.sIFR-root { font-size: 18px; font-weight: bold; color: #986eae; }'
	],
	wmode: 'transparent',
	tuneHeight: '-6'
});