var footer;
footer="";
footer += "<div align=\"center\">";
footer += "	<table width=\"100%\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">";
footer += "      <tr>";
footer += "        <td>";
footer += "		<center>";
footer += "          <p class=\"texto_abajo\">		  	";
footer += "			<br><br>";
footer += "			------------------------------------------------------------------------------------------------------------------------------------------ <br>";
footer += "			Corporación Biblioteca Rafel Carrillo Lúquez <br>";
footer += "			Calle 15 No. 12A - Esquina <br>";
footer += "			Telefax: (5) 5801052 <br>";
footer += "			Valledupar - Cesar <br>";
footer += "			2006";
footer += "			<br>";
footer += "		  </p>";
footer += "		</center>";
footer += "        </td>";
footer += "      </tr>";
footer += "    </table>";
footer += "</div>";
document.write(footer);