var fecha = new Date()
var ano = fecha.getYear()
var pie;

pie = 
"	<table width='100%' border='0' cellpadding='2' cellspacing='2'><tr><td colspan='10' valign='top'>" + 
"	<div align='center'><font size='1' face='Verdana, Arial, Helvetica, sans-serif' color='#003399'><b><a href='empresa_ing.html'><img src='imagenes/LOGO-publidisa.gif' alt='company information' width='70' height='47' border='0'></a><br>&copy; <a href='empresa_ing.html'><font color='#003399'><acronym title='company information'>PUBLICACIONES DIGITALES S.A.</acronym></font></a>, 2000-" + ano +
"	</b></font></div><br></td></tr>" + 

"   <tr><td colspan='10' valign='top'><br><div align='center'>" + 
"	<a href='cons_info_ing.asp?cod=info'><font face='Arial, Helvetica, sans-serif' size='1' color='0099CC'><acronym title='Questions and comments'><b>CONTACT US</b></acronym></font></a><br><a href='cons_info_ing.asp?cod=info'><img src='imagenes/new/correo1.gif' alt='Questions and comments' border='0'></a><br>" +
"   <a href='cond_web_ing.html'><font color='696969' size='1' face='Verdana, Arial, Helvetica, sans-serif'>Terms of use</font></div><br></td></tr></table>";

document.write(pie)