var flyerfonts = {
  src: 'http://www.videosyncratic.com/js/flyerfonts.swf'
};
sIFR.forceWidth = true;
sIFR.prefetch(flyerfonts);
sIFR.activate();
sIFR.replace(flyerfonts, {
  selector: 'h3.post_title',
  css: [
      '.sIFR-root { background-color: #202020; color: #ffffff; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration:underline; }'
    ],
    forceWidth: true,
    wmode: 'transparent'
});
sIFR.replace(flyerfonts, {
  selector: 'h2.comment_number',
  css: [
      '.sIFR-root { background-color: #261e1e; color: #dddddd; }'
      ,'a { text-decoration: none; }'
      ,'a:link { color: #ffffff; }'
      ,'a:hover { color: #ffffff; text-decoration:underline; }'
    ],
    forceWidth: true,
    wmode: 'transparent'
});