  var chalk = {
    src: '/chalk.swf' 
  };

  sIFR.delayCSS  = true;
  // sIFR.domains = ['novemberborn.net'] // Don't check for domains in this demo
  sIFR.activate(chalk);
  
 // sIFR.debug.ratios({ src: 'chalk.swf', selector: 'h1' });
 

  
sIFR.replace(chalk, {
    selector: '#angebote p.anrede'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; text-transform:uppercase; font-size: 23px; text-align: center;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
  
sIFR.replace(chalk, {
    selector: '#angebote p.textaktuelles'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: normal; text-align: center; font-size: 19px;}'
     ,'a { text-decoration: none; }'
     ,'a:link { color: #ffffff; }'
     ,'a:hover { color: #ffffff; }'
    ]
    , wmode: 'transparent'
  });
