var indmill = function() {
  function badge_html() {
    return "<div style=\"width:435px; height:68px; background:#99cc33 url(http://indmill.com/images/indmill_25px.gif?1277934495) no-repeat scroll 348px 38px; border: 1px solid #999; margin: 0;padding: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 12pt;font-family: inherit;vertical-align: baseline;\"> <div style=\"background-color:#f1f1f1; height:34px;\"> <div style=\"width:425px; height:58px; padding-top:5px; margin: 0px 5px 0px 5px; font:bold .7em/1.1em verdana; letter-spacing: -.05em; z-index:1;\"> <img alt=\"Picture_003_small\" class=\"artwork\" height=\"55\" src=\"http://s3.amazonaws.com/artwork.indmill.com/0000/0000/0496/Picture_003_small.jpg\" style=\"border:1px solid black;float:left; margin-right:5px\" width=\"55\" /> <div style=\"width:265px; float:left;\"> <a href=\"http://indmill.com/artists/100246-Gary-Kennon.html\">Gary Kennon</a> <div style=\"font-weight:normal;\"> <a href=\"http://indmill.com/albums/34659-Yellow-Green.html\">Yellow &amp; Green</a> </div> <div style=\"margin-top:8px; color:#fff;\"> Click here to purchase from indmill.com<br> and help support artists </div> </div> <div style=\"float:right; font:bold 2em/1.05em verdana; letter-spacing: -.1em; text-align:right\"> &#163;1.25 </div> </div> </div> </div>";
  };
  return {
    render: function() {
      var element = document.getElementById("badge");
      element.outerHTML = badge_html();
    }
  };
}();

indmill.render();