document.write("");
document.write("<script language=javascript> ");
document.write("  nwTodayEventCurImageCoC = 1; ");
document.write("  nwTodayEventMaxImagesCoC = 6; ");
document.write("  nwTodayEventRandomNumCoC = Math.round(Math.random()*(nwTodayEventMaxImagesCoC-1)+1);");
document.write("  nwTodayEventCurImageCoC = nwTodayEventRandomNumCoC;");
document.write("  nwTodayEventInitialImageCoC = 'Images/Cadre/CoC/'+nwTodayEventCurImageCoC+'.jpg';");
document.write("  function nwTodayEventNavForCoC() { ");
document.write("    nwTodayEventCurImageCoC++;  ");
document.write("    if (nwTodayEventCurImageCoC > nwTodayEventMaxImagesCoC) { ");
document.write("      nwTodayEventCurImageCoC = 1; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoCoC.src='Images/Cadre/CoC/' + nwTodayEventCurImageCoC + '.jpg';");
document.write("    setTimeout('nwTodayEventNavForCoC()',6000);");
document.write("  }");
document.write("  function nwTodayEventNavBackCoC() { ");
document.write("    nwTodayEventCurImageCoC--;  ");
document.write("    if (nwTodayEventCurImageCoC == 0) { ");
document.write("      nwTodayEventCurImageCoC = nwTodayEventMaxImagesCoC; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoCoC.src='Images/Cadre/CoC/' + nwTodayEventCurImageCoC + '.jpg';");
document.write("  }");
document.write("  function nwTodayEventZoomCoC() {   ");
document.write("    nwTodayEventZoomURLCoC = 'Images/Cadre/CoC/' + nwTodayEventCurImageCoC + '.jpg'; ");
document.write("    window.open(nwTodayEventZoomURLCoC,'PhotoFullSize','');");
document.write("  } ");
document.write("  function nwTodayEventRandomPhotoCoC() {");
document.write("    nwTodayEventRandomNumCoC = Math.round(Math.random()*(nwTodayEventMaxImagesCoC-1)+1); ");
document.write("    if (nwTodayEventRandomNumCoC == nwTodayEventCurImageCoC) { ");
document.write("      nwTodayEventRandomNumCoC = nwTodayEventRandomNumCoC - 1; ");
document.write("      if (nwTodayEventRandomNumCoC == 0) { ");
document.write("        nwTodayEventRandomNumCoC = nwTodayEventMaxImagesCoC;");
document.write("      }");
document.write("    }");
document.write("    document.nwTodayEventPhotoCoC.src = 'Images/Cadre/CoC/' + nwTodayEventRandomNumCoC + '.jpg';");
document.write("    nwTodayEventCurImageCoC = nwTodayEventRandomNumCoC;");
document.write("    setTimeout('nwTodayEventRandomPhotoCoC()',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:nwTodayEventZoomCoC()><img name=nwTodayEventPhotoCoC id=nwTodayEventPhotoCoC src=/Images/Cadre/CoC/1.jpg height=140 width=180 border=0 alt='CoC photo'></a></center></td> ");
document.write("    <script language=javascript>nwTodayEventPhotoCoC.src = nwTodayEventInitialImageCoC;</script>");
document.write("  </tr>");
document.write("</table> ");
document.write("");
document.write("<script language=javascript>");
document.write("  setTimeout('nwTodayEventRandomPhotoCoC()',6000);");
document.write("  setTimeout('nwTodayEventNavForCoC()',6000); ");
document.write("</script>");
