var frutiger = {
  src: 'sifr/frutiger.swf'
};

sIFR.activate(frutiger); // From revision 209 and onwards

sIFR.replace(frutiger, {
	selector: 'h2.secondary_title, h3.secondary_title'
	,css: '.sIFR-root { color: #ce0502; font-weight: bold; }'
	,wmode: 'transparent'
});

sIFR.replace(frutiger, {
	selector: 'h2.guest_mainheading, h2.main_heading'
	,css: '.sIFR-root { color: #ce0502; font-weight: bold; }'
	,wmode: 'transparent'
});