document.write("");
document.write("<script language=javascript> ");
document.write("  nwTodayEventCurImage3 = 1; ");
document.write("  nwTodayEventMaxImages3 = 15; ");
document.write("  nwTodayEventRandomNum3 = Math.round(Math.random()*(nwTodayEventMaxImages3-1)+1);");
document.write("  nwTodayEventCurImage3 = nwTodayEventRandomNum3;");
document.write("  nwTodayEventInitialImage3 = 'Images/Training/'+nwTodayEventCurImage3+'.jpg';");
document.write("  function nwTodayEventNavFor3() { ");
document.write("    nwTodayEventCurImage3++;  ");
document.write("    if (nwTodayEventCurImage3 > nwTodayEventMaxImages3) { ");
document.write("      nwTodayEventCurImage3 = 1; ");
document.write("    } ");
document.write("    document.nwTodayEventPhoto3.src='Images/Training/' + nwTodayEventCurImage3 + '.jpg';");
document.write("    setTimeout('nwTodayEventNavFor3()',6000);");
document.write("  }");
document.write("  function nwTodayEventNavBack3() { ");
document.write("    nwTodayEventCurImage3--;  ");
document.write("    if (nwTodayEventCurImage3 == 0) { ");
document.write("      nwTodayEventCurImage3 = nwTodayEventMaxImages3; ");
document.write("    } ");
document.write("    document.nwTodayEventPhoto3.src='Images/Training/' + nwTodayEventCurImage3 + '.jpg';");
document.write("  }");
document.write("  function nwTodayEventZoom3() {   ");
document.write("    nwTodayEventZoomURL3 = 'Images/Training/' + nwTodayEventCurImage3 + '.jpg'; ");
document.write("    window.open(nwTodayEventZoomURL3,'PhotoFullSize','');");
document.write("  } ");
document.write("  function nwTodayEventRandomPhoto3() {");
document.write("    nwTodayEventRandomNum3 = Math.round(Math.random()*(nwTodayEventMaxImages3-1)+1); ");
document.write("    if (nwTodayEventRandomNum3 == nwTodayEventCurImage3) { ");
document.write("      nwTodayEventRandomNum3 = nwTodayEventRandomNum3 - 1; ");
document.write("      if (nwTodayEventRandomNum3 == 0) { ");
document.write("        nwTodayEventRandomNum3 = nwTodayEventMaxImages3;");
document.write("      }");
document.write("    }");
document.write("    document.nwTodayEventPhoto3.src = 'Images/Training/' + nwTodayEventRandomNum3 + '.jpg';");
document.write("    nwTodayEventCurImage3 = nwTodayEventRandomNum3;");
document.write("    setTimeout('nwTodayEventRandomPhoto3()',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:nwTodayEventZoom3()><img name=nwTodayEventPhoto3 id=nwTodayEventPhoto3 src=/Images/Training/1.jpg height=140 width=180 border=0 alt='training photos'></a></center></td> ");
document.write("    <script language=javascript>nwTodayEventPhoto3.src = nwTodayEventInitialImage3;</script>");
document.write("  </tr>");
document.write("</table> ");
document.write("");
document.write("<script language=javascript>");
document.write("  setTimeout('nwTodayEventRandomPhoto3()',6000);");
document.write("  setTimeout('nwTodayEventNavFor3()',6000); ");
document.write("</script>");
