var dolly = {
  src: '/styles/sifr/dolly.swf'
};

sIFR.activate(dolly); // From revision 209 and onwards

sIFR.replace(dolly, {
  selector: 'div#BlogMain div.latest_post h3.article_title, div#BlogMain h1.article_title'
    ,css: [
      'a { text-decoration: none; color: #a72e2e }'
      ,'a:link { color: #a72e2e; }'
      ,'a:hover { text-decoration: none; color: #a72e2e; }'
  ]
});