// $Id: foot.js,v 1.3 2000/02/12 00:11:02 jim Exp $
var email_address = "kobalt@213NO-SPAM.pobox.com";
var email_address_txt = "kobalt@213NO-SPAM.pobox.com";
var send_email = "Send e-mail to Jonathan: ";
var last_modified = "Last modified: "
if (/esp/.exec(document.location) ) {
	send_email = "Envia un e-mail a Jonathan: ";
	last_modified = "Ultima modificacion: ";
}
// Print foot page
document.write("<HR>\n");
document.write("<DIV ALIGN=center>\n");
document.write(send_email+"<A HREF=\"mailto:"+email_address+"\">&lt;"+email_address_txt+"&gt;</A><BR>\n");
document.write(last_modified+document.lastModified +"&nbsp;");
document.write("<A HREF=\"http://www.vim.org/\"><IMG SRC=\"images/icons/vim.hopfner.vim_icon_transparent.gif\" ALIGN=center HEIGHT=32 WIDTH=32 ALT=\"Vim power'd\" BORDER=0></A>\n");
document.write("</DIV>\n");

