
            window.artistryAppBaseUrl = "https://dh.artistry.io/app/";
            var artistryIOScript = document.getElementById("artistry-io-embed-js");
            if(null === artistryIOScript){
              var src = "https://dh.artistry.io/app/artistry-client.1-9-51.js?time="+new Date().getTime();
              if(typeof window.artistryDevMode !== "undefined"){
                window.artistryAppBaseUrl = "//localhost:3000/";    
                src = "//localhost:3000/artistry-client.1-9-51.js?time=" + new Date().getTime();
              }
              var r = document.createElement("script");
              r.setAttribute("id","artistry-io-embed-js");
              r.setAttribute("defer",!0);
              r.src= src;
              document.body.appendChild(r); 
            }
        