document.writeln('<!-- Inicio Pie -->');

document.writeln('<img src="../imagen/linea_turquesa.jpg" width="100%" border="0" height="3" alt="decoración" />');

document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="4" align="center">');

document.writeln('<tr>');

document.writeln('<td class="pie"><a href="../ahava/index.html" target="_parent">Grupo AHAVA</a></td>');

document.writeln('<td class="pie"><a href="../ondopasa/cursos.html" target="_parent">Cursos y seminarios</a></td>');

document.writeln('<td class="pie"><a href="../ondopasa/index.html" target="_parent">Terapias</a></td>');

document.writeln('<td class="pie"><a href="../eneagrama/index.html" target="_parent">Eneagrama</a></td>');

document.writeln('<td class="pie"><a href="../biblio/index.html" target="_parent">Libros Publicados</a></td>');

document.writeln('<td class="pie"><a href="../dialogos/index.html" target="_parent">Diálogos en la Red</a></td>');

document.writeln('<td class="pie"><a href="../astro/index.html" target="_parent">Astrología</a></td>');

document.writeln('<td class="pie"><a href="../medita/index.html" target="_parent">Meditación en vivo</a></td>');

document.writeln('<td class="pie"><a href="../magia/index.html" target="_parent">Magia natural</a></td>');

document.writeln('<td class="pie"><a href="../biblio/sanacion.html" target="_parent">Tarot</a></td>');

document.writeln('<td class="pie"><a href="../radio/index.html" target="_parent">DE TU A TU</a></td>');

document.writeln('<td class="pie"><a href="../news/amigas.html">Webs amigas</a></td>');

document.writeln('</tr>');

document.writeln('</table>');
document.writeln('<img src="../imagen/linea_naranja.jpg" width="100%" height="3" border="0" alt="decoración" />');
	var a;
	a=new Date(document.lastModified);
	lm_year=a.getYear();
	if (lm_year<1000){ 				//just in case date is delivered with 4 digits
		if (lm_year<70){
		lm_year=2000+lm_year;
		}
		else lm_year=1900+lm_year;
	}								//end workaround
	lm_month=a.getMonth()+1;
	if (lm_month<10){
		lm_month='0'+lm_month;
	}
	lm_day=a.getDate();
	if (lm_day<10){
		lm_day='0'+lm_day;
	}
document.writeln('<table width="100%" border="0" cellspacing="0" cellpadding="0">');
document.writeln('<tr>');
document.writeln('<td class="masinfo_left">Para más información: <a href="mailto:' + strEmail + '">' + strEmail + '</a></td><td><div class="masinfo_right">Fecha de última actualización: ' + lm_day + '/' + lm_month + '/' + lm_year + '</div></td>');
document.writeln('</tr>');
document.writeln('</table>');
document.writeln('<!-- Fin Pie -->');
