 <!--//          
	var b = new Array(27,8,19,0,11,22,3,14,25,6,17,28,9,20,2,13,24,5,16);
	theDate = new Date();  
	Year = theDate.getYear();
	MoonDay= b[Year-(19*Math.floor(Year/19))] + theDate.getMonth() + 1 + theDate.getDate();   
	while (MoonDay >= 30) {MoonDay -= 30; MoonDay++};

function TextLuniDen(Den) {
	document.write('<iframe src="luna_den/luna'+Den+'.html" scrolling="Off" height="900" width="730" frameborder="0" marginheight="10" marginwidth="10">');
	document.write('</iframe>');
	};
 //-->

