document.write(' <font face="Times New Roman"');
document.write(' size="1%" ');
document.write(' color="#000080">');
if (Date.parse(document.lastModified) != 0) {
  var modiDate = new Date(document.lastModified);
  var monthName = new Array("January", "February", "March", "April", "May", 
   "June", "July", "August", "September", "October", "November", "December");
  document.write("This page revised on: <b> " + monthName[modiDate.getMonth()] + " ");
  document.write(modiDate.getDate() + ", " + modiDate.getFullYear() + "</b>");
  }
document.write("<br>Copyright 2002-2010 Alumnae Association of the St. Luke's Hospital School of"); 
document.write(' Nursing.<br>All Rights Reserved. ');
document.write('www.slhson.org ');
document.write('<br>Information contained herein for use by SLHSON Alumnae only; no other');
document.write(' permissions granted.');

document.write('</font');



window.defaultStatus="[Alumnae Association of the St. Luke's Hospital School of Nursing]";


