document.write("");
document.write("<script language=javascript> ");
document.write("  nwTodayEventCurImage2 = 1; ");
document.write("  nwTodayEventMaxImages2 = 17; ");
document.write("  nwTodayEventRandomNum2 = Math.round(Math.random()*(nwTodayEventMaxImages2-1)+1);");
document.write("  nwTodayEventCurImage2 = nwTodayEventRandomNum2;");
document.write("  nwTodayEventInitialImage2 = 'Images/Comraderie/'+nwTodayEventCurImage2+'.jpg';");
document.write("  function nwTodayEventNavFor2() { ");
document.write("    nwTodayEventCurImage2++;  ");
document.write("    if (nwTodayEventCurImage2 > nwTodayEventMaxImages2) { ");
document.write("      nwTodayEventCurImage2 = 1; ");
document.write("    } ");
document.write("    document.nwTodayEventPhoto2.src='Images/Comraderie/' + nwTodayEventCurImage2 + '.jpg';");
document.write("    setTimeout('nwTodayEventNavFor2()',6000);");
document.write("  }");
document.write("  function nwTodayEventNavBack2() { ");
document.write("    nwTodayEventCurImage2--;  ");
document.write("    if (nwTodayEventCurImage2 == 0) { ");
document.write("      nwTodayEventCurImage2 = nwTodayEventMaxImages2; ");
document.write("    } ");
document.write("    document.nwTodayEventPhoto2.src='Images/Comraderie/' + nwTodayEventCurImage2 + '.jpg';");
document.write("  }");
document.write("  function nwTodayEventZoom2() {   ");
document.write("    nwTodayEventZoomURL2 = 'Images/Comraderie/' + nwTodayEventCurImage2 + '.jpg'; ");
document.write("    window.open(nwTodayEventZoomURL2,'PhotoFullSize','');");
document.write("  } ");
document.write("  function nwTodayEventRandomPhoto2() {");
document.write("    nwTodayEventRandomNum2 = Math.round(Math.random()*(nwTodayEventMaxImages2-1)+1); ");
document.write("    if (nwTodayEventRandomNum2 == nwTodayEventCurImage2) { ");
document.write("      nwTodayEventRandomNum2 = nwTodayEventRandomNum2 - 1; ");
document.write("      if (nwTodayEventRandomNum2 == 0) { ");
document.write("        nwTodayEventRandomNum2 = nwTodayEventMaxImages2;");
document.write("      }");
document.write("    }");
document.write("    document.nwTodayEventPhoto2.src = 'Images/Comraderie/' + nwTodayEventRandomNum2 + '.jpg';");
document.write("    nwTodayEventCurImage2 = nwTodayEventRandomNum2;");
document.write("    setTimeout('nwTodayEventRandomPhoto2()',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:nwTodayEventZoom2()><img name=nwTodayEventPhoto2 id=nwTodayEventPhoto2 src=/Images/Comraderie/1.jpg height=140 width=180 border=0 alt='comraderie photos'></a></center></td> ");
document.write("    <script language=javascript>nwTodayEventPhoto2.src = nwTodayEventInitialImage2;</script>");
document.write("  </tr>");
document.write("</table> ");
document.write("");
document.write("<script language=javascript>");
document.write("  setTimeout('nwTodayEventRandomPhoto2()',6000);");
document.write("  setTimeout('nwTodayEventNavFor2()',6000); ");
document.write("</script>");
