var newcontent = document.createElement('div');
    newcontent.id = 'greenyour-widget';
    newcontent.innerHTML = '<div id="greenyour-header"><a href="http://www.greenyour.com/" target="_blank">GreenYour</a><form action="http://www.greenyour.com/widget" accept-charset="UTF-8" method="post" id="greenyour-widget-search">    <input maxlength="128" name="greenyour_widget_search_keys" id="edit-greenyour-widget-search-keys" value="Baby\'s room" title="What do you want to green?" type="text" />    <input src="http://www.greenyour.com/sites/default/themes/greenzilla/images/widget-button.png" name="op" id="edit-submit" value="Search" class="form-image" type="image" />    <input name="form_id" id="edit-greenyour-widget-search" value="greenyour_widget_search" type="hidden" /></form></div><div id="greenyour-container"><div id="greenyour-content-container"><div id="greenyour-content"><h2>Baby\'s room</h2><img alt="Baby\'s room" src="http://www.greenyour.com/files/cache/baby_room_36x36.jpg" class="gy-icon" /><p>Indoor air pollution is of particular concern for newborns, who spend up to 95 percent of their time inside.</p><h3>9 ways to green your Baby\'s room</h3><ol id="quicktips"><li><h4>Opt for used furniture</h4><div class="gy-content"><p>Secondhand furniture saves trees and prevents useful products from using up landfill space.</p><a href="http://www.greenyour.com/home/furnishings/couch/tips/opt-for-used-furniture" target="_blank">Learn More</a></div></li><li><h4>Hire a certified lead specialist to remove lead-based paint</h4><div class="gy-content"><p>If you have lead-based paint in an area you want to repaint, removing it yourself carries a considerable health risk.</p><a href="http://www.greenyour.com/home/home-improvement/paint/tips/hire-a-certified-lead-specialist-to-remove-lead-based-paint" target="_blank">Learn More</a></div></li><li><h4>Buy low- or no-VOC latex paint</h4><div class="gy-content"><p>These paints contain fewer or no volatile organic compounds (VOCs) so they do less harm to the environment as well as to human and animal health.</p><a href="http://www.greenyour.com/home/home-improvement/paint/tips/buy-low-or-no-voc-latex-paint" target="_blank">Learn More</a></div></li></ol><h4 class="fact"><a href="http://www.greenyour.com/home/bedroom/babys-room/tips" target="_blank">See More Tips</a></h4></div></div><div id="greenyour-footer"><a href="http://www.greenyour.com/" target="_blank">Powered by GreenYour</a></div></div></div>';

    var scr = document.getElementById('greenyour');
    scr.parentNode.insertBefore(newcontent, scr);
    