/*
var kepler = {
  src: '/2008/sifr/kepler.swf'
};

sIFR.prefetch(kepler);
sIFR.activate();




sIFR.replace(kepler, {
    selector: 'h1,h2,h3,h4,h5,h6,h7'
      ,css: ['.sIFR-root { size: 12px; font-weight: bold;}'
      ,'a { text-decoration: none }'
      ,'a:link { color: #000000 }'
      ,'a:hover { color: #CCCCCC }']
    , wmode: 'transparent'

});
*/