/****************************************************************************
*                                                                           *
*                                                                           *
*            Copyright © CALCULATORCAT.COM - All Rights Reserved            *
*                                                                           *
*                                                                           *
*         This program (current moon module) is NOT public domain.          *
*      All programming and module files are owned by CalculatorCat.com.     *
*       You may not copy, modify or distribute this program or scripts      *
*           in any way except as authorized by CalculatorCat.com            *
*                                                                           *
*                                                                           *
*                  Please respect this legal copyright and                  *
*                      close this file now. Thank you!                      *
*                                                                           *
*                                                                           *
*        Questions or comments? Do you want to put this moon module         *
*               on your website? Visit www.CalculatorCat.com                *
*                                                                           *
****************************************************************************/

var data="";if(!ccm_cfg.pth) { ccm_cfg.pth="js"; }
//data+='<img src="/wp-content/themes/Astronomia/images/logo-moon.gif">';
data+='<img src="'+ccm_cfg.pth+'/fasi/m'+mimg+'.gif" width="100" height="100" border="0">';
if(ccm_cfg.n) { data+='<br /><font color=white><strong>'+phD(ph_p)+'</strong>'; }
if(ccm_cfg.pof) { data+='<br />superficie illuminata: '+rnd(p_o_f,0)+'%'; }
if(ccm_cfg.dt) { data+='<br />'+aDW[tdy.getDay()]+' '+tdy.getDate()+' '+aM2[tdy.getMonth()]+', '+tdy.getFullYear()+'</font>'; }document.write(data);