var wolf = {
  src: 'http://www.hameaulescleves.ch/fileadmin/hlc/wolf.swf'
};
sIFR.useStyleCheck = true;
sIFR.activate(wolf);

sIFR.replace(wolf, {
  selector: 'p',
  wmode: 'transparent'
  ,css: [
      '.sIFR-root { color: #aa0018;font-size: 40px;}',
      'a { color: #aa0018; text-decoration: none;}',
      'a:hover { color: #aa0018; text-decoration: none;}'
    ]

});
