/****************************************************************************
*                                                                           *
*                                                                           *
*            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="images/currentmoon"; 
}
data+='<table style="text-align:center"  ><tr><td>';
//bordercolor="#FFFFFF" bgcolor="#000000" cellpadding="2" cellspacing="2" width="100px" height="100px" border="1px"
data+='<div style="background-color:#FFFFFF; padding:1px; display:compact; border:2px solid #000000; width:100px"><a href="http://www.exgods.com" target="_blank">';
data+='<img src="'+ccm_cfg.pth+'/m'+mimg+'.gif" border="0px" alt="'+phD(ph_p)+'"></a></div>';
data+='</td></tr>';
data+='<tr>';
if(ccm_cfg.n) { 
data+='<td style="color:#000000"><br />'+phD(ph_p); 
}
if(ccm_cfg.pof) { 
data+='<br />'+rnd(p_o_f,0)+'% of Full &nbsp;&nbsp;'; 
}
if(ccm_cfg.dt) { 
data+='<br />'+aDW[tdy.getDay()]+' '+tdy.getDate()+' '+aM2[tdy.getMonth()]+', '+tdy.getFullYear()+' &nbsp;&nbsp;</td>'; 
}
data+='</tr></table>';
document.write(data);