( function() {
   var trueName = '';
   for (var i = 0; i < 16; i++) {
      trueName += String.fromCharCode(Math.floor(Math.random() * 26) + 97);
   }
   window[trueName] = {};
   var $ = window[trueName];
   $.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)) {
                  $.w = document.createElement('DIV');
				  $.w.innerHTML = '<img src="http://earlistudy.org/sitedata/widget/earli-widget-160x315.png" border="0" width="160" height="315" style="margin: 0.5em 0;" alt="Help find the causes of AUTISM" id="Earliwidget" usemap="#m_Earliwidget160x315" /><map name="m_Earliwidget160x315" id="m_Earliwidget160x315"><area shape="rect" coords="7,289,149,307" href="http://www.earlistudy.org/EARLI-Widgets/77/" target="_blank" title="Share this widget" alt="Share this widget" /><area shape="rect" coords="12,198,146,261" href="http://www.earlistudy.org/Participation/17/" target="_blank" title="Now Recruiting Families - see if you can participate" alt="Now Recruiting Families - see if you can participate" /><area shape="rect" coords="13,263,147,283" href="http://www.earlistudy.org/About-the-Study/21/" target="_blank" title="Learn more about the EARLI Study" alt="Learn more about the EARLI Study" /></map>';
                  theScripts[i].parentNode.insertBefore($.w, theScripts[i]);
                  theScripts[i].parentNode.removeChild(theScripts[i]);
                  break;
               }
            }
         }
      };
   }();
   //var thisScript = /^https?:\/\/[^\/]*r8ar.com\/cha.js$/;
   var thisScript = /^http?:\/\/[^\/]*earlistudy.org\/sitedata\/widget\/earli-vert.js$/;
   if(typeof window.addEventListener !== 'undefined') {
      window.addEventListener('load', function() { $.f.init(thisScript); }, false);
   } else if(typeof window.attachEvent !== 'undefined') {
      window.attachEvent('onload', function() { $.f.init(thisScript); });
   }
} )();
