var arial = { src: 'http://www.heliairsweden.com/flash/arial.swf' };

sIFR.useStyleCheck = true;
sIFR.activate(arial);

sIFR.replace(arial, {
  selector: 'h1',
  wmode: 'transparent',
  css: [
    '.sIFR-root { text-align: left; font-weight: normal; color: #3f3f3f; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #000000; }'
    ,'a:hover { color: #CCCCCC; }'
  ]
});
