var how_many_ads = 46;
var now = new Date();
var hours = now.getHours();
var minutes = now.getMinutes();
var seconds = now.getSeconds();
ttlsecs = (hours * 3600) + (minutes * 60) + seconds;
ad = ttlsecs % how_many_ads;
ad += 1;
if (ad == 1) {
  text = "Stanley Allen";
  picture = "yearbook/allenstanley.jpg";
}
if (ad == 2) {
  text = "Diana Austin";
  picture = "yearbook/austindiana.jpg";
}
if (ad == 3) {
  text = "Paul Black";
  picture = "yearbook/blackpaul.jpg";
}
if (ad == 4) {
  text = "Shari Brown";
  picture = "yearbook/bhsnophoto.jpg";
}
if (ad == 5) {
  text = "James Cobb III";
  picture = "yearbook/cobbjames.jpg";
}
if (ad == 6) {
  text = "Pamela (Coffey) Alexander";
  picture = "yearbook/coffeypamela.jpg";
}
if (ad == 7) {
  text = "Mark Corah";
  picture = "yearbook/corahmark.jpg";
}
if (ad == 8) {
  text = "Kathleen Costanzo";
  picture = "yearbook/costanzokathleen.jpg";
}
if (ad == 9) {
  text = "Julie Costello";
  picture = "yearbook/costellojulie.jpg";
}
if (ad == 10) {
  text = "Brian Courteau";
  picture = "yearbook/courteaubrian.jpg";
}
if (ad == 11) {
  text = "Lisa DePetro";
  picture = "yearbook/depetrolisa.jpg";
}
if (ad == 12) {
  text = "Nora Duffy";
  picture = "yearbook/bccnophoto.jpg";
}
if (ad == 13) {
  text = "Jennifer (Egbert) Bucholz";
  picture = "yearbook/egbertjennifer.jpg";
}
if (ad == 14) {
  text = "Lynn Fricke";
  picture = "yearbook/frickelynn.jpg";
}
if (ad == 15) {
  text = "Donald Good";
  picture = "yearbook/bhsnophoto.jpg";
}
if (ad == 16) {
  text = "Michael Gourley";
  picture = "yearbook/gourleymichael.jpg";
}
if (ad == 17) {
  text = "Kevin Hayes";
  picture = "yearbook/hayeskevin.jpg";
}
if (ad == 18) {
  text = "Robin Jamison";
  picture = "yearbook/jamisonrobin.jpg";
}
if (ad == 19) {
  text = "Lisa Johnson";
  picture = "yearbook/johnsonlisa.jpg";
}
if (ad == 20) {
  text = "Theresa (Kammerer) Provenzano";
  picture = "yearbook/bhsnophoto.jpg";
}
if (ad == 21) {
  text = "David Lee";
  picture = "yearbook/leedavid.jpg";
}
if (ad == 22) {
  text = "James Lineman";
  picture = "yearbook/linemanjames.jpg";
}
if (ad == 23) {
  text = "Ivan Little";
  picture = "yearbook/littleivan.jpg";
}
if (ad == 24) {
  text = "Julie Luzzi";
  picture = "yearbook/luzzijulie.jpg";
}
if (ad == 25) {
  text = "Mike Massaro";
  picture = "yearbook/massaromike.jpg";
}
if (ad == 26) {
  text = "Kay (McCool) Canaan";
  picture = "yearbook/mccoolkay.jpg";
}
if (ad == 27) {
  text = "Ed Ng";
  picture = "yearbook/nged.jpg";
}
if (ad == 28) {
  text = "Timothy O\'Neil";
  picture = "yearbook/oneiltimothy.jpg";
}
if (ad == 29) {
  text = "Cindy Reynolds";
  picture = "yearbook/reynoldscindy.jpg";
}
if (ad == 30) {
  text = "Carrie Ritenour";
  picture = "yearbook/bhsnophoto.jpg";
}
if (ad == 31) {
  text = "Michael Rodi";
  picture = "yearbook/rodimichael.jpg";
}
if (ad == 32) {
  text = "Laura (Schlopy) Johnson";
  picture = "yearbook/bhsnophoto.jpg";
}
if (ad == 33) {
  text = "Richard Schwab";
  picture = "yearbook/schwabrichard.jpg";
}
if (ad == 34) {
  text = "Lynn Shall";
  picture = "yearbook/shalllynn.jpg";
}
if (ad == 35) {
  text = "Ronald Shugars";
  picture = "yearbook/shugarsronald.jpg";
}
if (ad == 36) {
  text = "Brenda Sirline";
  picture = "yearbook/bhsnophoto.jpg";
}
if (ad == 37) {
  text = "Stanley Smith";
  picture = "yearbook/smithstanley.jpg";
}
if (ad == 38) {
  text = "Kelly (Stingel) Burkett";
  picture = "yearbook/stingelkelly.jpg";
}
if (ad == 39) {
  text = "Louie Stull";
  picture = "yearbook/bhsnophoto.jpg";
}
if (ad == 40) {
  text = "Barbra (Taylor) Haag";
  picture = "yearbook/taylorbarbra.jpg";
}
if (ad == 41) {
  text = "Rod Torrey";
  picture = "yearbook/torreyrod.jpg";
}
if (ad == 42) {
  text = "Michael Vigliotta";
  picture = "yearbook/vigliottamichael.jpg";
}
if (ad == 43) {
  text = "Corinne (Weiss) Hooten";
  picture = "yearbook/weisscorinne.jpg";
}
if (ad == 44) {
  text = "Sandra Wuchevich";
  picture = "yearbook/wuchevichsandra.jpg";
}
if (ad == 45) {
  text = "Mark Morris";
  picture = "yearbook/morrismark.jpg";
}
if (ad == 46) {
  text = "Melissa (Hatch) Oaks";
  picture = "yearbook/hatchmelissa.jpg";
}
document.write('<IMG SRC="'+picture+'" WIDTH="100" HEIGHT="131" ALIGN="BOTTOM" BORDER="2" NATURALSIZEFLAG="3"><BR>');
document.write('<FONT SIZE="-2" FACE="Arial">'+text+'</FONT>')
document.write('<P><A HREF="missingpersons.htm"><FONT SIZE="-2" FACE="Arial">Click Here to view the '+how_many_ads+' people on our Missing Persons list.</FONT></A></P>')