document.write("");
document.write("<script language=javascript> ");
document.write("  nwTodayEventCurImageEO = 1; ");
document.write("  nwTodayEventMaxImagesEO = 10; ");
document.write("  nwTodayEventRandomNumEO = Math.round(Math.random()*(nwTodayEventMaxImagesEO-1)+1);");
document.write("  nwTodayEventCurImageEO = nwTodayEventRandomNumEO;");
document.write("  nwTodayEventInitialImageEO = 'Images/Cadre/EO/'+nwTodayEventCurImageEO+'.jpg';");
document.write("  function nwTodayEventNavForEO() { ");
document.write("    nwTodayEventCurImageEO++;  ");
document.write("    if (nwTodayEventCurImageEO > nwTodayEventMaxImagesEO) { ");
document.write("      nwTodayEventCurImageEO = 1; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoEO.src='Images/Cadre/EO/' + nwTodayEventCurImageEO + '.jpg';");
document.write("    setTimeout('nwTodayEventNavForEO()',5000);");
document.write("  }");
document.write("  function nwTodayEventNavBackEO() { ");
document.write("    nwTodayEventCurImageEO--;  ");
document.write("    if (nwTodayEventCurImageEO == 0) { ");
document.write("      nwTodayEventCurImageEO = nwTodayEventMaxImagesEO; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoEO.src='Images/Cadre/EO/' + nwTodayEventCurImageEO + '.jpg';");
document.write("  }");
document.write("  function nwTodayEventZoomEO() {   ");
document.write("    nwTodayEventZoomURLEO = 'Images/Cadre/EO/' + nwTodayEventCurImageEO + '.jpg'; ");
document.write("    window.open(nwTodayEventZoomURLEO,'PhotoFullSize','');");
document.write("  } ");
document.write("  function nwTodayEventRandomPhotoEO() {");
document.write("    nwTodayEventRandomNumEO = Math.round(Math.random()*(nwTodayEventMaxImagesEO-1)+1); ");
document.write("    if (nwTodayEventRandomNumEO == nwTodayEventCurImageEO) { ");
document.write("      nwTodayEventRandomNumEO = nwTodayEventRandomNumEO - 1; ");
document.write("      if (nwTodayEventRandomNumEO == 0) { ");
document.write("        nwTodayEventRandomNumEO = nwTodayEventMaxImagesEO;");
document.write("      }");
document.write("    }");
document.write("    document.nwTodayEventPhotoEO.src = 'Images/Cadre/EO/' + nwTodayEventRandomNumEO + '.jpg';");
document.write("    nwTodayEventCurImageEO = nwTodayEventRandomNumEO;");
document.write("    setTimeout('nwTodayEventRandomPhotoEO()',5000);");
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:nwTodayEventZoomEO()><img name=nwTodayEventPhotoEO id=nwTodayEventPhotoEO src=/Images/Cadre/EO/1.jpg height=140 width=180 border=0 alt='EO photo'></a></center></td> ");
document.write("    <script language=javascript>nwTodayEventPhotoEO.src = nwTodayEventInitialImageEO;</script>");
document.write("  </tr>");
document.write("</table> ");
document.write("");
document.write("<script language=javascript>");
document.write("  setTimeout('nwTodayEventRandomPhotoEO()',5000);");
document.write("  setTimeout('nwTodayEventNavForEO()',5000); ");
document.write("</script>");
