document.write("");
document.write("<script language=javascript> ");
document.write("  nwTodayEventCurImageUAO = 1; ");
document.write("  nwTodayEventMaxImagesUAO = 5; ");
document.write("  nwTodayEventRandomNumUAO = Math.round(Math.random()*(nwTodayEventMaxImagesUAO-1)+1);");
document.write("  nwTodayEventCurImageUAO = nwTodayEventRandomNumUAO;");
document.write("  nwTodayEventInitialImageUAO = 'Images/Cadre/UAO/'+nwTodayEventCurImageUAO+'.jpg';");
document.write("  function nwTodayEventNavForUAO() { ");
document.write("    nwTodayEventCurImageUAO++;  ");
document.write("    if (nwTodayEventCurImageUAO > nwTodayEventMaxImagesUAO) { ");
document.write("      nwTodayEventCurImageUAO = 1; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoUAO.src='Images/Cadre/UAO/' + nwTodayEventCurImageUAO + '.jpg';");
document.write("    setTimeout('nwTodayEventNavForUAO()',5000);");
document.write("  }");
document.write("  function nwTodayEventNavBackUAO() { ");
document.write("    nwTodayEventCurImageUAO--;  ");
document.write("    if (nwTodayEventCurImageUAO == 0) { ");
document.write("      nwTodayEventCurImageUAO = nwTodayEventMaxImagesUAO; ");
document.write("    } ");
document.write("    document.nwTodayEventPhotoUAO.src='Images/Cadre/UAO/' + nwTodayEventCurImageUAO + '.jpg';");
document.write("  }");
document.write("  function nwTodayEventZoomUAO() {   ");
document.write("    nwTodayEventZoomURLUAO = 'Images/Cadre/UAO/' + nwTodayEventCurImageUAO + '.jpg'; ");
document.write("    window.open(nwTodayEventZoomURLUAO,'PhotoFullSize','');");
document.write("  } ");
document.write("  function nwTodayEventRandomPhotoUAO() {");
document.write("    nwTodayEventRandomNumUAO = Math.round(Math.random()*(nwTodayEventMaxImagesUAO-1)+1); ");
document.write("    if (nwTodayEventRandomNumUAO == nwTodayEventCurImageUAO) { ");
document.write("      nwTodayEventRandomNumUAO = nwTodayEventRandomNumUAO - 1; ");
document.write("      if (nwTodayEventRandomNumUAO == 0) { ");
document.write("        nwTodayEventRandomNumUAO = nwTodayEventMaxImagesUAO;");
document.write("      }");
document.write("    }");
document.write("    document.nwTodayEventPhotoUAO.src = 'Images/Cadre/UAO/' + nwTodayEventRandomNumUAO + '.jpg';");
document.write("    nwTodayEventCurImageUAO = nwTodayEventRandomNumUAO;");
document.write("    setTimeout('nwTodayEventRandomPhotoUAO()',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:nwTodayEventZoomUAO()><img name=nwTodayEventPhotoUAO id=nwTodayEventPhotoUAO src=/Images/Cadre/UAO/1.jpg height=140 width=180 border=0 alt='UAO photo'></a></center></td> ");
document.write("    <script language=javascript>nwTodayEventPhotoUAO.src = nwTodayEventInitialImageUAO;</script>");
document.write("  </tr>");
document.write("</table> ");
document.write("");
document.write("<script language=javascript>");
document.write("  setTimeout('nwTodayEventRandomPhotoUAO()',5000);");
document.write("  setTimeout('nwTodayEventNavForUAO()',5000); ");
document.write("</script>");
