function doSifr() {
  var futura = {
    src: '/images/futura.swf'
  }
  sIFR.activate(futura);
  sIFR.replace(futura, {
    selector: '#content h1'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #333; font-size: 18px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: '#content h2'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #333; font-size: 16px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: '#content h3'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #333; font-size: 14px; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: '#left-column .spreuk'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #333; font-size: 17px; text-align: right; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
  sIFR.replace(futura, {
    selector: '#left-column .by'
    ,css: [
      '.sIFR-root { font-weight: bold; color: #333; font-size: 12px;  text-align: right; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #000000; }'
      ,'a:hover { color: #CCCCCC; }'
    ]
	,wmode: 'transparent'
  });
}
