Download Ebook Lean and Green Cookbook 2021: 250 Easy to Cook Recipes for Beginners Transform Your Health and Radiate Vibrant Confidenc... Free EBook,PDF and Free Download PDF
    function setAttributeOnload(object, attribute, val) {
      if(window.addEventListener) {
        window.addEventListener('load',
          function(){ object[attribute] = val; }, false);
      } else {
        window.attachEvent('onload', function(){ object[attribute] = val; });
      }
    }