sIFR.replace(archer, {
  selector: '#central h1'
  ,css: [
    '.sIFR-root { text-transform:uppercase; color:#2fb69b;letter-spacing:5;leading:-10; }'
    ,'a { text-decoration: none; }'
    ,'a:link { color: #cccccc; }'
    ,'a:hover { color: #aaaaaa; }'
  ]
  ,wmode: 'transparent'
});

sIFR.replace(archerBold, {
  selector: '#central h3.date'
  ,css: [
    '.sIFR-root { text-transform:uppercase; color:#555555;letter-spacing:2;leading:-10; }'
  ]
  ,wmode: 'transparent'
});