parseSelector.pseudoClasses = {
  'not': function(nodes, selector) {
    var result = [];
    each: for(var i = 0, node; i < nodes.length; i++) {
      node = nodes[i];
      var ignore = parseSelector(selector, node.parentNode);
      for(var j = 0; j < ignore.length; j++) {
        if(ignore[j] == node) continue each;
      }
      result.push(node);
    }
    return result;
  }
}

var lte51252 = {
  src: 'http://www.eminentstyle.com/_currentWork/wp2/wp-content/themes/sandbox/sifr/lte51252HM.swf'
};

sIFR.activate(lte51252);

sIFR.replace(lte51252, {
  selector: 'h2, div.sidebar h3.widgettitle, div.entry-content h3, div#initial h3.widgettitle'
  ,css: [
      '.sIFR-root { font-weight: bold; background-color: transparent; color: #ffffff;}',
	  'a { color: #ffffff;}',
	  'a:hover { color: #ffffff;}'
    ]
  ,wmode: 'transparent'
});

