var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rachel A. Behm
";
arnews[0] += "TIFFIN: Rachel A. Behm, 79, a long-time Bloomville resident, died Wednesday afternoon, November 18, 2009, at Findlay Blanchard Valley Hospital.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="'Pack look to repeat as GCAC champs
";
arnews[1] += "Sociology sophomore and guard Keiva Council dribbles down the court during the Jan.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 23:29:31 GMT";
arnews[1] += "
";
arnews[2]="Hollywood's winter wonderland
";
arnews[2] += "Thank you for the movie summaries. I found them to be an easy read: well-written, brief, and to the point.";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 06:23:54 GMT";
arnews[2] += "
";
arnews[3]="KCC Opera Workshop presents 'Die Fledermaus'
";
arnews[3] += "Kellogg Community College will present an Opera Workshop presentation of Strauss' comedic operetta \"Die Fledermaus\" on Friday, November 20, at 7:30 pm in the Binda Performing Arts Center, located at 450 North Ave., Battle Creek, MI.";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Sam Raimi's 'Drag Me To Hell' is the perfect disc for going Blu-ray and finally 'Ally McBeal' on DVD
";
arnews[4] += "Click a thumbnail to view the full-size image. Buy Pilot photos here. Loading... Close Gallery 1 of 5 Click for more \"DRAG ME TO HELL\" \"THE PROPOSAL\" \"ADORATION\" \"LAND OF THE LOST\" \"ANVIL! THE STORY OF ANVIL\" \"ALLY MCBEAL: THE COMPLETE FIRST SEASON\" \"NATURAL BORN KILLERS: THE DIRECTOR'S CUT\" \"SOUTH PARK: BIGGER, LONGER & UNCUT\" \"THE TEXAS CHAINSAW ...";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 17:23:50 GMT";
arnews[4] += "
";
arnews[5]="Hinckley: 'Everything She Ever Wanted' it quite what we may want
";
arnews[5] += "Gina Gershon and Ryan McPartlin star in a two-night crime thriller. Overview There's not much doubt from the opening scenes of \"Everything She Ever Wanted\" that bad things are going to happen and Pat Allanson is going to be responsible for most of them.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 11:30:10 GMT";
arnews[5] += "
";
arnews[6]="Ann Rule's Everything She Ever Wanted
";
arnews[6] += "Filmed in Toronto by Darius-ESEW. Executive producers, Stanley M. Brooks, Jim Head; co-executive producers, Juliette Hagopian, Damian Ganczewski; producer, Nicholas Tabarrok; director, Peter Svatek; writer, Michael Vickerman; based on the book by Ann Rule.";
arnews[6] += "
Publ.Date : Thu, 12 Nov 2009 22:30:34 GMT";
arnews[6] += "
";
arnews[7]="DVDs, new this week
";
arnews[7] += "WHAT: \"Up\" Rated PG WHO: Voices of Ed Asner, Christopher Plummer, Jordan Nagai, Delroy Lindo, John Ratzenberger, Bob Peterson THE SCOOP: A septuagenarian hitches thousands of balloons to his house in order to visit a South American rainforest, his lifelong dream.";
arnews[7] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[7] += "
";
arnews[8]="Athletes, teams of the week
";
arnews[8] += "LoCoco, a senior running back, rushed for 75 yards and three touchdowns in 15 carries to help the Hilltoppers score a 35-28, come-from-behind victory over previously undefeated Kenosha Bradford in a third-round playoff game Saturday in Kenosha.";
arnews[8] += "
Publ.Date : Mon, 09 Nov 2009 08:00:00 GMT";
arnews[8] += "
";
totcount = 9;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("