sIFR.activate(hnlt, am);

sIFR.replace(hnlt, {
  selector: 'h2.title',
  css: [
    '.sIFR-root { background-color: #000000; color: #ff5a76; font-size: 22px; }',
    '.sIFR-root a { background-color: #000000; color: #ff5a76; font-size: 22px; text-decoration: none; }',
    '.sIFR-root a:hover { background-color: #000000; color: #eaeaea; font-size: 22px; text-decoration: none; }'
  ],
  wmode: 'transparent'
});

sIFR.replace(am, {
  selector: 'h4#comments, h3#leave_reply_title',
  css: [
    '.sIFR-root { background-color: #000000; color: #ff5a76; font-size: 22px; }'    
  ],
  wmode: 'transparent'
});
