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

 
  // You probably want to switch this on, but read <http://wiki.novemberborn.net/sifr3/DetectingCSSLoad> first.
  // sIFR.useStyleCheck = true;
  sIFR.activate(times);

  sIFR.replace(times, {
    selector: 'h1'
	,wmode: 'transparent'
	,tuneHeight: '-5px'
	,css: {
      '.sIFR-root': { 'color': '#000000' }
    }
  });

  sIFR.replace(times, {
    selector: 'h2'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'color': '#000000', 'text-align': 'center', 'font-weight':'bold' }
    }
  });

  sIFR.replace(times, {
    selector: 'h3'
	,wmode: 'transparent'
	,css: {
      '.sIFR-root': { 'color': '#000000' }
    }
  });