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="Campus community" 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>Campus community</h2><img alt="Campus community" src="http://www.greenyour.com/files/cache/campus_community_36x36.jpg" class="gy-icon" /><p>Colleges and universities in the US spend $6Bn annually on electricity.</p><h3>5 ways to green your Campus community</h3><ol id="quicktips"><li><h4>Organize an end-of-the-year donation event</h4><div class="gy-content"><p>Lend a helping hand to your campus mates by directing their collegiate waste—books, bedding, blow dryers, beanbag chairs, you name it—away from landfills and toward charitable organizations.</p><a href="http://www.greenyour.com/lifestyle/school-career/campus-community/tips/organize-an-end-of-the-year-donation-event" target="_blank">Learn More</a></div></li><li><h4>Urge your school to sign the University Presidents Climate Commitment</h4><div class="gy-content"><p>Take a study break to request that the college brass sign this commitment to reduce carbon emissions on your campus.</p><a href="http://www.greenyour.com/lifestyle/school-career/campus-community/tips/urge-your-school-to-sign-the-university-presidents-climate-commitment" target="_blank">Learn More</a></div></li><li><h4>Push for local food in your school cafeteria</h4><div class="gy-content"><p>Colleges and universities have enormous purchasing power. Supporting local farmers cuts down on greenhouse emissions caused by transportation, and boosts the local economy.</p><a href="http://www.greenyour.com/lifestyle/school-career/campus-community/tips/push-for-local-food-in-your-school-cafeteria" target="_blank">Learn More</a></div></li></ol><h4 class="fact"><a href="http://www.greenyour.com/lifestyle/school-career/campus-community/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);
    
