function init_sifr(){

  var sifr_din = {
    src: www_root + 'template/allpoints/flash/din.swf',
    wmode: 'transparent'
    // ,ratios: [7, 1.32, 11, 1.31, 13, 1.24, 14, 1.25, 19, 1.23, 27, 1.2, 34, 1.19, 42, 1.18, 47, 1.17, 48, 1.18, 69, 1.17, 74, 1.16, 75, 1.17, 1.16]
  };
  
  sIFR.activate(sifr_din);

  sIFR.replace(sifr_din, {
    selector: '#content_main h2'
    ,css: [
      '.sIFR-root {color:#BA4A1F; font-size:25px; text-transform:uppercase; line-height:25px;}',
      'a { text-decoration: none; }',
      'a:link { color: #BA4A1F; }',
      'a:hover { color: #BA4A1F; }'
    ]
  });  
  



}
