var gothambold = { src: 'http://futurem.otpartners.com/includes/flash/gothambold.swf' };
//var helvetica = { src: '/includes/flash/helvetica.swf' };
//var helveticabold = { src: '/includes/flash/helveticabold.swf' };

//sIFR.activate(gothambold, helvetica, helveticabold);
sIFR.activate(gothambold);

/*sIFR.replace(gothambold, {
	selector: 'div.section.nav li.disabled',
	transparent: true,
	fitExactly: true,
	tuneHeight: -2,
	userStyleCheck: true,
	css: '.sIFR-root { color:#555555; display:block; float:left; font-size:11px; }'
});

sIFR.replace(gothambold, {
	selector: 'div.section.nav li',
	transparent: true,
	fitExactly: true,
	tuneHeight: -2,
	userStyleCheck: true,
	css: [
		'.sIFR-root { display:block; float:left; }',
		'a { color:#ffffff; text-decoration:none; font-size:11px; }',
		'a:hover,a:focus { color:#671342; }',
		]
});*/

sIFR.replace(gothambold, {
	selector: 'div.section h4',
	transparent: true,
	fitExactly: true,
	css: '.sIFR-root { color:#83becb; }'
});

sIFR.replace(gothambold, {
	selector: 'div.section h5',
	transparent: true,
	fitExactly: true,
	css: '.sIFR-root { color:#414042; }'
});

sIFR.replace(gothambold, {
	selector: 'div.section .countdown',
	transparent: true,
	fitExactly: true,
	css: '.sIFR-root { color:#ffffff; }'
});
sIFR.replace(gothambold, {
	selector: 'div.colBeta h3',
	transparent: true,
	fitExactly: true,
	css: '.sIFR-root { color:#661242; }'
});

/*sIFR.replace(helveticabold, {
	selector: 'div.colLeft h3',
	transparent: true,
	fitExactly: true,
	css: '.sIFR-root { color:#661242; font-size:10px; }'
});*/