<?xml version="1.0" encoding="UTF-8" ?>
<Module>
  <ModulePrefs title="Today's Moon" scaling="false" />
  <Content type="html">
  <![CDATA[
  
    <div id="moongadgetd"></div>
    <script type="text/javascript">
    var V="Northern Hemisphere|38|0.21|6.26|Waxing|2026-05-23|http://www.vercalendario.info/en/moon/northern_hemisphere-month-may-2026.html".split("|");        
            var mgd=document.getElementById("moongadgetd");
                mgd.style.background="black";
                /*mgd.style.width="140px";*/
                mgd.style.textAlign="center";
                mgd.style.paddingTop="10px";
            var d0=document.createElement("div");
                d0.appendChild(document.createTextNode(V[5]));
                d0.style.color="white";
                d0.style.fontSize="10pt";
            var d1=document.createElement("div");
                d1.appendChild(document.createTextNode(V[0]));
                d1.style.color="white";
                d1.style.fontSize="18pt";
            var d2=document.createElement("div");
                d2.style.color="white";
            var im=document.createElement("img");
                im.alt="";
            var imurl='http://'+'www.vercalendario.info'+'/images/lunas/wax/luna_visible_'+V[1]+'.jpg';
                if(gadgets.io.getProxyUrl){
                    im.src=gadgets.io.getProxyUrl(imurl)
                }else{
                    im.src=imurl;
                }
                d2.appendChild(im);
            var d3=document.createElement("div");
                d3.appendChild(document.createTextNode(V[4] +" "+ V[1]+"%"));
                d3.style.color="white";
            var d4=document.createElement("div");
            var a=document.createElement("a");
                a.appendChild(document.createTextNode("Lunar Calendar"));
                a.href=V[6];
                a.style.color="yellow";
                a.style.fontSize="10pt";
                d4.appendChild(a);
                //*/
                mgd.appendChild(d0);
                mgd.appendChild(d1);
                mgd.appendChild(d2);
                mgd.appendChild(d3);
                mgd.appendChild(d4);

        
    </script>
  ]]> 
  </Content>
</Module>