var cocon = { src: '/includes/swf/cocon.swf' };
sIFR.activate(cocon);
sIFR.replace(cocon, {
	selector: '#page h1',
	wmode : 'transparent',
	css: '.sIFR-root { color:#b9b098;text-transform: uppercase; }'
});
sIFR.replace(cocon, {
	selector: '.contentBlock.list h3',
	wmode : 'transparent',
	css: '.sIFR-root { color:#ffffff;text-transform: uppercase; }'
}); 
sIFR.replace(cocon, {
	selector: '#brandMarket h3, #mobileContent h3',
	wmode : 'transparent',
	css: '.sIFR-root { color:#8ec847;text-transform: uppercase;line-height:0; }'
});

sIFR.replace(cocon, {
	selector: '#mediaMarket h3',
	wmode : 'transparent',
	css: '.sIFR-root { color:#ed7031;text-transform: uppercase;}'
});
sIFR.replace(cocon, {
	selector: '#bizMarket h3, #integratedServices h3',
	wmode : 'transparent',
	css:[ 
		'.sIFR-root {color:#436E8D;text-transform:uppercase;}',
	]
});
sIFR.replace(cocon, {
	selector: '#restMarket h3, #mobileMessaging h3',
	wmode : 'transparent',
	css:[ 
		'.sIFR-root { color:#34a7c9;text-transform: uppercase;}',
		'strong {color:#436E8D;}'
	]
});
sIFR.replace(cocon, {
	selector: '#mobileFacts h3',
	wmode : 'transparent',
	css:[ 
		'.sIFR-root { color:#34a7c9;text-transform: uppercase;}',
		'strong {color:#436E8D;}'
	]
});
sIFR.replace(cocon, {
	selector: '#onlineMarketing  h3',
	wmode : 'transparent',
	css: '.sIFR-root { color:#b9b098;text-transform: uppercase; }'
});
sIFR.replace(cocon, {
	selector: '#eventActivation  h3',
	wmode : 'transparent',
	css: '.sIFR-root { color:#4e5c53 ;text-transform: uppercase; }'
});
sIFR.replace(cocon, {
	selector: '#secondaryContent h3',
	wmode : 'transparent',
	css: '.sIFR-root { color:#8ec847;text-transform: uppercase; }'
});