P = " <table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" id=\"pie\" summary=\"Pie de página\"> <tr> <td width=\"430\" id=\"copy\">&copy; 1998-%YEAR%. Todos los derechos reservados. <a ";
P += "href=\"http://www.xli.net\" title=\"Equisele Internet, SL. Trapería 32 - 30001-Murcia-España\">Equisele Internet</a>, SL. <a href=\"accesibilidad/index.php\"><br /> Sobre la accesibilidad de este ";
P += "web</a></td> <td width=\"340\" id=\"estandares\"><img src=\"/imgcomunes/banner_xhtml.gif\" alt=\"XHTML 1.0 v&aacute;lido\" width=\"80\" height=\"15\" hspace=\"15\" /><img ";
P += "src=\"/imgcomunes/banner_css.gif\" alt=\"CSS v&aacute;lido\" width=\"80\" height=\"15\" /><img src=\"/imgcomunes/banner_aa.gif\" alt=\"Icono de conformidad con el Nivel AA, de las Directrices de ";
P += "Accesibilidad para el Contenido Web 1.0 del W3C-WAI\" width=\"80\" height=\"15\" hspace=\"15\" /></td> </tr> </table> ";


document.writeln(P.split('%YEAR%').join(getYear()));

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function getYear() {
	var time=new Date();
	var year=time.getYear();
	if (year<200) year=1900 + time.getYear();
	return year;
}
