document.write("");
document.write("<script language=javascript> ");
document.write("  nwTodayEventCurImageCC = 1; ");
document.write("  nwTodayEventMaxImagesCC = 8; ");
document.write("  nwTodayEventRandomNumCC = Math.round(Math.random()*(nwTodayEventMaxImagesCC-1)+1);");
document.write("  nwTodayEventCurImageCC = nwTodayEventRandomNumCC;");
document.write("  nwTodayEventInitialImageCC = 'Images/Cadre/Commander/'+nwTodayEventCurImageCC+'.jpg';");
document.write("  function nwTodayEventNavForCC() { ");
document.write("    nwTodayEventCurImageCC++;  ");
document.write("    if (nwTodayEventCurImageCC > nwTodayEventMaxImagesCC) { ");
document.write("      nwTodayEventCurImageCC = 1; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoCC.src='Images/Cadre/Commander/' + nwTodayEventCurImageCC + '.jpg';");
document.write("    setTimeout('nwTodayEventNavForCC()',6000);");
document.write("  }");
document.write("  function nwTodayEventNavBackCC() { ");
document.write("    nwTodayEventCurImageCC--;  ");
document.write("    if (nwTodayEventCurImageCC == 0) { ");
document.write("      nwTodayEventCurImageCC = nwTodayEventMaxImagesCC; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoCC.src='Images/Cadre/Commander/' + nwTodayEventCurImageCC + '.jpg';");
document.write("  }");
document.write("  function nwTodayEventZoomCC() {   ");
document.write("    nwTodayEventZoomURLCC = 'Images/Cadre/Commander/' + nwTodayEventCurImageCC + '.jpg'; ");
document.write("    window.open(nwTodayEventZoomURLCC,'PhotoFullSize','');");
document.write("  } ");
document.write("  function nwTodayEventRandomPhotoCC() {");
document.write("    nwTodayEventRandomNumCC = Math.round(Math.random()*(nwTodayEventMaxImagesCC-1)+1); ");
document.write("    if (nwTodayEventRandomNumCC == nwTodayEventCurImageCC) { ");
document.write("      nwTodayEventRandomNumCC = nwTodayEventRandomNumCC - 1; ");
document.write("      if (nwTodayEventRandomNumCC == 0) { ");
document.write("        nwTodayEventRandomNumCC = nwTodayEventMaxImagesCC;");
document.write("      }");
document.write("    }");
document.write("    document.nwTodayEventPhotoCC.src = 'Images/Cadre/Commander/' + nwTodayEventRandomNumCC + '.jpg';");
document.write("    nwTodayEventCurImageCC = nwTodayEventRandomNumCC;");
document.write("    setTimeout('nwTodayEventRandomPhotoCC()',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:nwTodayEventZoomCC()><img name=nwTodayEventPhotoCC id=nwTodayEventPhotoCC src=/Images/Cadre/Commander/1.jpg height=140 width=180 border=0 alt='commander photo'></a></center></td> ");
document.write("    <script language=javascript>nwTodayEventPhotoCC.src = nwTodayEventInitialImageCC;</script>");
document.write("  </tr>");
document.write("</table> ");
document.write("");
document.write("<script language=javascript>");
document.write("  setTimeout('nwTodayEventRandomPhotoCC()',6000);");
document.write("  setTimeout('nwTodayEventNavForCC()',6000); ");
document.write("</script>");
