<!--	
var libreriaImagenes = new Array('<IMG src="http://www.losarcanoss.com/grandes/luna00.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna01.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna02.gif">', 
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna03.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna04.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna05.gif">',
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna06.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna07.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna08.gif">',
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna09.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna10.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna11.gif">',
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna12.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna13.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna14.gif">',
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna15.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna16.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna17.gif">',
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna18.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna19.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna20.gif">',                                                                                                                                                                     
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna21.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna22.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna23.gif">',
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna24.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna25.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna26.gif">',
                                 '<IMG src="http://www.losarcanoss.com/grandes/luna27.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna28.gif">', '<IMG src="http://www.losarcanoss.com/grandes/luna29.gif">'                                 
)

var libreriaTitulos = new Array("Luna Nueva", "Luna Nueva", "Creciente", "Creciente", "Creciente", "Creciente",
	"Creciente", "Creciente", "Creciente", "Creciente", "Creciente", "Creciente", "Creciente", "Creciente", 
	"Luna Llena", "Luna Llena", "Luna Llena", "Menguante","Menguante", "Menguante", "Menguante", "Menguante",
	"Menguante", "Menguante", "Menguante", "Menguante", "Menguante", "Menguante", "Menguante", "Luna Nueva")

                now = new Date();
                d = now.getDate();
                m = now.getMonth() + 1;
                y = now.getYear();

							
				if (y > 2019) 
				    {y = y -19}
				if (y > 2019) 
				    {y = y -19}
				if (y > 2019) 
				    {y = y -19}										
				if (y > 2019) 
				    {y = y -19}					
				if (y > 2019) 
				    {y = y -19}											
					
                pre=(11*(y-2000+2))%30 + m;
				if (m == 1 || m == 2)
				    {pre = pre + 1};
				pre=(pre+d)%30;										
				
				num1 = pre;							
				
//-->
