      
meses=new Array('Enero', 'Febrero', 'Marzo', 'Abril', 'Mayo', 'Junio', 'Julio', 'Agosto', 'Septiembre', 'Octubre', 'Noviembre', 'Diciembre')
 theDate= new Date();
var day = theDate.getDate();
var year = theDate.getYear();
var m = theDate.getMonth();
year = (year < 2000) ? year + 1900 : year;
var date = theDate.getDate() + '/' + (theDate.getMonth() + 1) + '/' + year;
var dia = '&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hoy es día '+ theDate.getDate() + ' de ' + meses[m] + ' de ' + year ;


function abrirPopUp()
{
if (day<'31')
	{
	if (m<'6')
		{
		if (year<'2009')
		{
		window.open('PopupIndex2.htm','','width=300,height=300,top=15,left=15,scrollbars=no')
		}
		}
	}
}


function abrirPopUpTercia()
{
if (date<'30/5/2008')
{
window.open('latercia/popup.htm','','width=500,height=726,top=15,left=15,scrollbars=')
}
}


function abrirPopUp3()
{
if (date<'25/5/2008')
{
window.open('PopupIndex.htm','','width=600,height=350,top=15,left=15,scrollbars=')
}
}

