// feet determins the feature photo and comment
var current_date = new Date();
sec_value = current_date.getSeconds();
modded = sec_value % 24;
document.write('<a href="album" title="Click here to see more photos!"><img src="images/feature/image00' + modded + '.png" width="400" height="306" border="0" alt=""><\/a>'); 
document.write('<p>');
switch (modded)
{
case 0:
  document.write('Jonathan Robinson answers a question at the January meeting');
  break;
case 1:
  document.write('Learning more about the TOEIC at the January meeting');
  break;
case 2:
  document.write('Jonathan Robinson explains a point at the January meeting');
  break;
case 3:
  document.write('The first annual JALT-ETJ joint social BBQ - September, 2008');
  break;
case 4:
  document.write('Scott Jacobs spreads the word about Hamamatsu JALT');
  break;
case 5:
  document.write('Debito Arudou presenting at Hamamatsu JALT in September, 2008');
  break;
case 6:
  document.write('Dinner and drinks following the September, 2008 meeting');
  break;
case 7:
  document.write('Dining out with Linda Ohama following her presentation in November, 2008');
  break;
case 8:
  document.write('Linda Ohama talks about her movie "Obaachan\'s garden"');
  break;
case 9:
  document.write('Acclaimed Director Linda Ohama presenting at Hamamatsu JALT in November, 2008');
  break;
case 10:
  document.write('Engaging in discussion with Dr. Robert Aspinall at the March meeting');
  break;
case 11:
  document.write('Enjoying a meal and refreshments with Dr. Marshall R. Childs after the April meeting');
  break;
case 12:
  document.write('Dr. Marshall R. Childs provides revelations about the adolescent mind');
  break;
case 13:
  document.write('Dr. Marshall R. Childs responds to his audience at the April meeting');
  break;
case 14:
  document.write('David Stephens describing learner types at the May meeting');
  break;
case 15:
  document.write('Active participation as David Stephens demonstrates a class activity at the May meeting');
  break;
case 16:
  document.write('Active participation as David Stephens demonstrates a class activity at the May meeting');
  break;
case 17:
  document.write('David Stephens demonstrates the thin orange line on the floor at the May meeting');
  break;
case 18:
  document.write('David Stephens exhibits some of the tools of the trade at the May meeting');
  break;
case 19:
  document.write('David Stephens conceptualising language teaching at the May meeting');
  break;
case 20:
  document.write('Dr. Phil McCasland leads the discussion at the June meeting');
  break;
case 21:
  document.write('Dr. Phil McCasland makes a point at the June meeting');
  break;
case 22:
  document.write('Dr. Phil McCasland screens a 30-second commercial at the June meeting');
  break;
case 23:
  document.write('Discussion of ideas at the June meeting');
  break;

default:
  document.write('See all of our photos at our online <a href="album">photo album<\/a>');
}
document.write('<\/p>');
