var saharabodoni = {
  src: '/flash/saharabodoni2.swf'
};

sIFR.activate(saharabodoni);

sIFR.replace(saharabodoni, {
  selector: '.std h3.post-title'
  ,css: [
    '.sIFR-root { background-color: #c3ffd3; font-weight: normal; }'
    ,'a { text-decoration: none; color: #000000; }'
    ,'a:hover { text-decoration: underline; color: #000000; }'
  ]
});

sIFR.replace(saharabodoni, {
  selector: '.pale h3.post-title'
  ,css: [
    '.sIFR-root { background-color: ff4410#; font-weight: normal; }'
    ,'a { text-decoration: none; color: #000000; }'
    ,'a:hover { text-decoration: underline; color: #000000; }'
  ]
});
