/* 
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */


//crea el pie del html
var pie = document.createElement("A");
pie.innerHTML = "<table width='786' border='0' cellspacing='0' cellpadding='0' align='center'>"+
	"<tr>\n<td width='65'>\n<div align='center'>\n<a href='http://www.uaemex.mx' target='_blank'>\n"+
	"<img src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_uaemex.png' id='uaem'"+
	" onmouseover='getElementById('uaem').src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_uaemex_02.gif';"+
	"' onmouseout='getElementById('uaem').src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_uaemex.png';'"+
	" title='uaemex' />\n</a>\n</div>\n</td>\n<td class='imgpie' width='627' height='28' align='center'>\n "+
	"<a href='http://www.uaemex.mx' class='linkPie'>Universidad Aut&oacute;noma del Estado de M&eacute;xico </a>\n</td>\n"+
	"<td width='47'>\n<div align='center'>\n<a href='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash'"+
	" target='_blank'><img src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_flash_01.jpg' id='flash'"+
	" onmouseover='getElementById('flash').src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_flash.jpg';'"+
	" onmouseout='getElementById('flash').src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_flash_01.jpg';' title='flash' />"+
	"</a>\n</div>\n</td>\n<td width='47'>\n<div align='center'>\n<a href='http://www.adobe.com/products/acrobat/readstep2.html'"+
	" target='_blank'>\n<img src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_pdf_01.jpg' id='pdf'"+
	" onmouseover='getElementById('pdf').src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_pdf.jpg';'"+
	" onmouseout='getElementById('pdf').src='http://148.215.1.166:89/redalyc/media/inc/img/logos/redalyc_pdf_01.jpg';'"+
	" title='Acrobat Reader' /></a>\n</div>\n</td>\n</tr>\n</table>";

document.getElementById ("footer").appendChild(pie);
