function initSifr()
{
/*
  var dincondlight = {
    src: '/_/swf/dincond_light_398.swf'
  };
  var dincondmedium = {
    src: '/_/swf/dincond_medium_398.swf'
  };
  var dincondregular = {
    src: '/_/swf/dincond_regular_436.swf'
  };
*/
  var dincondbold = {
    src: '/_/swf/dincond_bold_436.swf'
  };

//  sIFR.fromLocal = true;
//  sIFR.delayCSS  = true;
  sIFR.fixWrap = true;
  sIFR.forceWidth = true;
//  sIFR.fitExactly = true;
//  sIFR.forceClear = true;
  sIFR.repaintOnResize = true;
//  sIFR.useStyleCheck = true;
  sIFR.useDomLoaded = false;

  sIFR.activate(dincondbold);

  sIFR.replace(dincondbold, {
    selector: 'h1'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: normal; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #BB8545; }'
    ]
    ,wmode: 'transparent'
    ,ratios: [10, 0.76, 11, 0.87, 17, 0.92, 23, 1, 35, 1.05, 38, 1.09, 39, 1.08, 45, 1.09, 53, 1.1, 63, 1.11, 77, 1.12, 95, 1.13, 96, 1.14, 101, 1.13, 1.14]
  });

  sIFR.replace(dincondbold, {
    selector: 'h2'
    ,css: [
      '.sIFR-root { color: #000000; font-weight: bold; }'
      ,'a:link { color: #000000; text-decoration: none; }'
      ,'a:hover { color: #BB8545; }'
      ,'.span {color: #cccccc; display: inline; }'
    ]
    ,wmode: 'transparent'
    ,ratios: [10, 0.76, 11, 0.87, 17, 0.92, 23, 1, 35, 1.05, 38, 1.09, 39, 1.08, 45, 1.09, 53, 1.1, 63, 1.11, 77, 1.12, 95, 1.13, 96, 1.14, 101, 1.13, 1.14]
  });

  sIFR.replace(dincondbold, {
    selector: 'h3'
    ,css: [
      '.sIFR-root { color: #ffffff; font-weight: bold; }'
    ]
    ,wmode: 'transparent'
    ,ratios: [10, 0.76, 11, 0.87, 17, 0.92, 23, 1, 35, 1.05, 38, 1.09, 39, 1.08, 45, 1.09, 53, 1.1, 63, 1.11, 77, 1.12, 95, 1.13, 96, 1.14, 101, 1.13, 1.14]
  });
}
initSifr();
$E.onDOMReady(YAHOO.widget.slideshow.init);
