document.write("");
document.write("<script language=javascript> ");
document.write("  nwTodayEventCurImage = 1; ");
document.write("  nwTodayEventMaxImages = 19; ");
document.write("  nwTodayEventRandomNum = Math.round(Math.random()*(nwTodayEventMaxImages-1)+1);");
document.write("  nwTodayEventCurImage = nwTodayEventRandomNum;");
document.write("  nwTodayEventInitialImage = 'Images/Leadership/'+nwTodayEventCurImage+'.jpg';");
document.write("  function nwTodayEventNavFor() { ");
document.write("    nwTodayEventCurImage++;  ");
document.write("    if (nwTodayEventCurImage > nwTodayEventMaxImages) { ");
document.write("      nwTodayEventCurImage = 1; ");
document.write("    } ");
document.write("    document.nwTodayEventPhoto.src='Images/Leadership/' + nwTodayEventCurImage + '.jpg';");
document.write("    setTimeout('nwTodayEventNavFor()',6000);");
document.write("  }");
document.write("  function nwTodayEventNavBack() { ");
document.write("    nwTodayEventCurImage--;  ");
document.write("    if (nwTodayEventCurImage == 0) { ");
document.write("      nwTodayEventCurImage = nwTodayEventMaxImages; ");
document.write("    } ");
document.write("    document.nwTodayEventPhoto.src='Images/Leadership/' + nwTodayEventCurImage + '.jpg';");
document.write("  }");
document.write("  function nwTodayEventZoom() {   ");
document.write("    nwTodayEventZoomURL = 'Images/Leadership/' + nwTodayEventCurImage + '.jpg'; ");
document.write("    window.open(nwTodayEventZoomURL,'PhotoFullSize','');");
document.write("  } ");
document.write("  function nwTodayEventRandomPhoto() {");
document.write("    nwTodayEventRandomNum = Math.round(Math.random()*(nwTodayEventMaxImages-1)+1); ");
document.write("    if (nwTodayEventRandomNum == nwTodayEventCurImage) { ");
document.write("      nwTodayEventRandomNum = nwTodayEventRandomNum - 1; ");
document.write("      if (nwTodayEventRandomNum == 0) { ");
document.write("        nwTodayEventRandomNum = nwTodayEventMaxImages;");
document.write("      }");
document.write("    }");
document.write("    document.nwTodayEventPhoto.src = 'Images/Leadership/' + nwTodayEventRandomNum + '.jpg';");
document.write("    nwTodayEventCurImage = nwTodayEventRandomNum;");
document.write("    setTimeout('nwTodayEventRandomPhoto()',6000);");
document.write("  }");
document.write("</script> ");
document.write("");
document.write("<table cellspacing=0 cellpadding=0 border=0 width=180> ");
document.write("  <tr>");
document.write("    <td bgcolor=000000 width=180 height=140 valign=middle><center><a href=javascript:nwTodayEventZoom()><img name=nwTodayEventPhoto id=nwTodayEventPhoto src=/Images/Leadership/1.jpg height=140 width=180 border=0 alt='leadership photos'></a></center></td> ");
document.write("    <script language=javascript>nwTodayEventPhoto.src = nwTodayEventInitialImage;</script>");
document.write("  </tr>");
document.write("</table> ");
document.write("");
document.write("<script language=javascript>");
document.write("  setTimeout('nwTodayEventRandomPhoto()',6000);");
document.write("  setTimeout('nwTodayEventNavFor()',6000); ");
document.write("</script>");
