var Frutiger = {
src: 'global/swf/Frutiger.swf'
};


// You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
sIFR.useStyleCheck = true;
sIFR.activate(Frutiger);

sIFR.replace(Frutiger, {
selector: 'h5'
,css: [
  '.sIFR-root { color:#435684; font-style:italic; font-size:15px; }'
],
wmode: 'transparent'
});
sIFR.replace(Frutiger, {
selector: 'h3'
,css: [
  '.sIFR-root { color:#FFFFFF; font-size:16px; }',
  '.highlighted { font-weight:bold; }'
],
wmode: 'transparent'
});
sIFR.replace(Frutiger, {
selector: 'h2'
,css: [
  '.sIFR-root { color:#7aa8d7; font-size:20px; font-weight:bold; }',
  '.orange { color:#E19249; }'
],
wmode: 'transparent'
});
sIFR.replace(Frutiger, {
selector: 'h4'
,css: [
  '.sIFR-root { color:#7aa8d7; font-size:14px; font-weight:bold; }',
  '.orange { color:#E19249; }'
],
wmode: 'transparent'
});
