

 document.write('<h6>&copy; 2009 eric kennedy ');

// Formatted last-modified date
// Jim Dettwiler  http://www.icehouse.net/jim_d/
if (Date.parse(document.lastModified) != 0) {
  var modiDate = new Date(document.lastModified);
  var monthName = new Array("jan", "feb", "mar", "apr", "may",
   "jun", "jul", "aug", "sep", "oct", "nov", "dec");
  document.write("| updated " + monthName[modiDate.getMonth()] + " " + modiDate.getFullYear() + " ");
  }

// document.write('<img src=\"http://cgi.asu.edu/cgi-bin/Count.cgi?df=kennedy_index.dat&dd=B&ft=0&reload=F&sh=F\" alt=\"| counter\"></img></h6> ');

 document.write('<img src=\"http://mathpost.asu.edu/cgi-bin/Count.cgi?df=kennedy_index.dat&dd=B&ft=0&reload=F&sh=F\" alt=\"| counter\"></img></h6> ');
