  var avante = {
    src: 'http://www.soberustice.ro/avante.swf'
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(avante);
  
  sIFR.replace(avante, {
    selector: '#sob,h1'
    ,css: [
      '.sIFR-root {color:#241b19}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #241b19; }'
      ,'a:hover { color: #82644d; }'
    ],
	wmode: 'transparent'
  });
  
  sIFR.replace(avante, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { text-align: center; color:#f4dcbe}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ],
	wmode: 'transparent'
  });
  
  
sIFR.replace(avante, {
  selector: 'h2 span.lk'
   ,css: [
      '.sIFR-root {color:#241b19}'
	  ,'a { text-decoration: none; }'
      ,'a:link { color: #241b19; }'
      ,'a:hover { color: #82644d; }'
    ],
	wmode: 'transparent',
	tuneHeight:'-5',
	debugMode: true,
	fitExactly: true
});
    //]]>
