var frutiger = { src: 'frutiger.swf' };

sIFR.activate(frutiger);
  
   sIFR.replace(frutiger, {
    selector: 'h1, h2'
    ,css: [
      '.sIFR-root { text-align: left; font-weight: bold; color: #0f2648; }'
      ,'a { text-decoration: none }'
      ,'a:link { color: #0f2648 }'
      ,'a:hover { color: #0f2648 }'
    ]
	,wmode: 'transparent'
  });
