var centaur = { src: '/journal.swf' };
sIFR.activate(centaur);
sIFR.replace(centaur, {
  selector: '#navigation span.active',
  css: ['.sIFR-root { cursor: pointer; color: #d9b868; text-align: center; background-color: #643112; }', 'a { color: #d9b868; text-decoration: none; }', 'a:hover { color: #d9b868; }'],
  forceSingleLine: true,
  wmode: 'transparent',
  offsetLeft: 2,
  tuneWidth: 4
});
sIFR.replace(centaur, {
  selector: '#navigation span',
  css: ['.sIFR-root { cursor: pointer; color: #ffffff; text-align: center; background-color: #643112; }', 'a { color: #ffffff; text-decoration: none; }', 'a:hover { color: #ffffff; }'],
  forceSingleLine: true,
  wmode: 'transparent',
  offsetLeft: 2,
  tuneWidth: 4
});
sIFR.replace(centaur, {
  selector: '#middle h1, #footer-widgets h1',
  css: '.sIFR-root { color: #643112; }',
  forceSingleLine: true,
  wmode: 'transparent',
  offsetLeft: 2,
  tuneWidth: 4
});
/*sIFR.replace(centaur, {
  selector: '#footer h1',
  css: '.sIFR-root { color: #e3d5ac; }',
  forceSingleLine: true,
  wmode: 'transparent',
  offsetLeft: 2,
  tuneWidth: 4
});*/
