var frutiger = {
      src: '../flash/frutiger.swf'
};
 
sIFR.activate(frutiger);
 
sIFR.replace(frutiger, {
      selector: 'h1.sifrheader',
	  css: [
      '.sIFR-root { font-size: 24px; font-weight: normal; color: #992244; text-align: center }',
      'em { font-style:italic; }',
      'strong { font-weight:bold; color:#333333; }'
      ],
      wmode: 'transparent'
});
 

