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