sIFR.repaintOnResize = false;
sIFR.useStyleCheck = true;	
sIFR.domains = ['iknowsomething.com', 'localhost'];
sIFR.fixHover = true;

// Next, activate sIFR:
sIFR.activate(frank);

sIFR.replace(frank, {
  selector: '.post h2, .page h2',
  css: [
        '.sIFR-root { color: #000000; leading: -12; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #000000; }'
        ,'a:hover { color: #2e2e2e; }'
      ],
  tuneHeight:0,
  offsetLeft:2,
  wmode: 'transparent'
});
sIFR.replace(frank, {
  selector: '#about',
  css: [
        '.sIFR-root { color: #ffffff; leading: -12; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #ffffff; }'
        ,'a:hover { color: #ffffff; }'
      ],
  tuneHeight:0,
  offsetLeft:2,
  wmode: 'transparent'
});
sIFR.replace(frank, {
  selector: 'h2.widgettitle',
  css: [
        '.sIFR-root { color: #5e5e5e; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #5e5e5e; }'
        ,'a:hover { color: #000000; }'
      ],
  tuneHeight:-5,
  wmode: 'transparent'
});
sIFR.replace(frank, {
  selector: 'h2.discussion',
  css: [
        '.sIFR-root { color: #2e2e2e; }'
      ],
  tuneHeight:-5,
  wmode: 'transparent'
});
sIFR.replace(frank, {
  selector: 'h2.your_comment, h2.pagetitle',
  css: [
        '.sIFR-root { color: #5e5e5e; }'
      ],
  tuneHeight:-5,
  wmode: 'transparent'
});
/*
sIFR.replace(frank, {
  selector: 'span.AdTaily_Widget_Title',
  css: [
        '.sIFR-root { color: #5e5e5e; }'
        ,'a { text-decoration: none; }'
        ,'a:link { color: #5e5e5e; }'
        ,'a:hover { color: #000000; }'
      ],
  tuneHeight:-5,
  wmode: 'transparent'
});
*/
