( function() {
 var trueName = '';
 for (var i = 0; i < 16; i++) {
  trueName += String.fromCharCode(Math.floor(Math.random() * 26) + 97);
 }
 window[trueName] = {};
 var thisWindow = window[trueName];
 thisWindow.f = function() {
  return {
   init : function(target) {
    var theScripts = document.getElementsByTagName('SCRIPT');
    for (var i = 0; i < theScripts.length; i++) {
     if (theScripts[i].src.match(target)) {
      thisWindow.w = document.createElement('DIV');
      thisWindow.w.innerHTML = "<div class=\"jwa-twih-badge-n\" style=\"margin: 0px; background-color: white; color: rgb(51, 51, 51); font-family: Arial, sans-serif; font-size: 10px; border-bottom: 4px solid #8d1b3d;\"><h2 style=\"padding: 0px; margin: 0px; color: #8d1b3d; background-color: #0098db; background-image: url(http://jwa.org/this_week/badge/twih_badge_n_bg.gif); background-repeat: repeat-x; text-align: center; border-bottom: 2px solid #8d1b3d; height: 73px;\"><a href=\"http://jwa.org/this_week/\"><img style=\"border: none;\" src=\"http://jwa.org/this_week/badge/twih_badge_n.gif\" alt=\"Jewish Women's Archive: This Week in History\" /></a></h2><div class=\"jwa-twih-badge-n-content\" style=\"padding: 10px 11px 8px 12px; margin-top: 0px; border-right: 1px solid #b1b1b1; border-left: 1px solid #b1b1b1;\"><div class='did-you-know-teaser'> \
 \
<h3 class=\"item-title\" style=\"display: inline; font-size: 1.3em;\"> \
	<a style=\"text-decoration: none; color:#8D1B3D;\" onmouseover=\"this.style.textDecoration = 'underline'\" onmouseout=\"this.style.textDecoration = 'none'\" href=\"http://jwa.org/this_week/week27/#19660630\">June 30, 1966</a> \
</h3> \
 \
<p style=\"display: inline; font-size: 1.3em;\"> \
Meetings held to plan National Organization for Women \
<br /> \
<a style=\"text-decoration: none; color: #8D1B3D; :hover {text-decoration: underline;}\" onmouseover=\"this.style.textDecoration = 'underline'\" onmouseout=\"this.style.textDecoration = 'none'\" href=\"http://jwa.org/this_week/week27/#19660630\"><span>&gt;&gt; more</span></a> \
</p> \
 \
</div> \
</div></div>";
	
      theScripts[i].parentNode.insertBefore(thisWindow.w, theScripts[i]);
      theScripts[i].parentNode.removeChild(theScripts[i]);
      break;
     }
    }
   }
  };
 }();
 var thisScript = /^https?:\/\/[^\/]*jwa.org\/this/;
 if (typeof window.addEventListener !== 'undefined') {
  window.addEventListener('load', function() { thisWindow.f.init(thisScript); }, false);
 } else if (typeof window.attachEvent !== 'undefined') {
  window.attachEvent('onload', function() { thisWindow.f.init(thisScript); });
 }
})();