var baarsophia = { src: 'swf/baar-sophia.swf' };

sIFR.activate(baarsophia);

sIFR.replace(baarsophia, {
	selector: 'h2.red-h2',
	wmode: 'transparent',
	offsetTop: 0,
	forceSingleLine: true,
	css: [
      '.sIFR-root { font-size: 26px; color: #ab292f; }',
	  'h2.red-h2 a { color: #ab292f; text-decoration: none; font-weight: normal; }',
	  'h2.red-h2 a:hover { color: #ab292f; text-decoration: underline; font-weight: normal; }'
    ]
});

sIFR.replace(baarsophia, {
	selector: 'h2.yellow-h2',
	wmode: 'transparent',
	offsetTop: 0,
	forceSingleLine: true,
	css: '.sIFR-root { font-size: 26px; color: #f7e9b9; }'
});

sIFR.replace(baarsophia, {
	selector: 'h2.grey-h2',
	wmode: 'transparent',
	offsetTop: 0,
	forceSingleLine: true,
	css: '.sIFR-root { font-size: 24px; color: #383838;  }'
});

sIFR.replace(baarsophia, {
	selector: '#best-companies h2',
	wmode: 'transparent',
	offsetTop: 0,
	forceSingleLine: true,
	css: '.sIFR-root { font-size: 26px; color: #383838; }'
});


