var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Lothrop volleyball team gets warmed up for GAC Blue tournament by beating Davison
";
arnews[0] += "New Lothrop's volleyball team got warmed up for Saturday's Genesee Area Conference Blue Division tournament at Bendle by downing visiting Davison Wednesday 25-22, 22-25, 29-27 and 25-22. For the Hornets , Rachelle Kviz had 17 kills, eight digs and four blocks, Monica Confer had 12 kills, nine digs and three blocks, Kayla Henige had 38 assists, five ...";
arnews[0] += "
Publ.Date : Wed, 28 Oct 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Tracked Down: Ben Affleck, Nancy Kerrigan, Billy Connolly & more...
";
arnews[1] += "\"The Town\" auteur Ben Affleck , wearing a winter Red Sox [ team stats ] hat, directing his cops 'n' robbers flick in Harvard Square and taking time out to smooch up his missus, Jennifer Garner .";
arnews[1] += "
Publ.Date : Wed, 21 Oct 2009 08:18:30 GMT";
arnews[1] += "
";
arnews[2]="Marysville wins tourney title
";
arnews[2] += "The Marysville Vikings captured their second volleyball tournament title of the season Saturday with a 7-0 record at Owosso.";
arnews[2] += "
Publ.Date : Sun, 18 Oct 2009 01:35:00 GMT";
arnews[2] += "
";
arnews[3]="Goodrich woman wins first road race at Tailgate Challenge 5K
";
arnews[3] += "In an earlier lifetime, Jennifer Tiemann was an accomplished runner who was fast enough to earn a track and field scholarship at Saginaw Valley State University.";
arnews[3] += "
Publ.Date : Sat, 03 Oct 2009 18:46:05 GMT";
arnews[3] += "
";
arnews[4]="Reference Review
";
arnews[4] += "BERKSHIRE ENCYCLOPEDIA OF CHINA: MODERN AND HISTORIC VIEWS OF THE WORLD'S NEWEST AND OLDEST GLOBAL POWER .";
arnews[4] += "
Publ.Date : Thu, 01 Oct 2009 04:00:00 GMT";
arnews[4] += "
";
arnews[5]="Pitt Police Blotter
";
arnews[5] += "The incident was cleared. 9:16 a.m. a ' Police received a report of graffiti on the walls of Towers and the Barco Law Building.";
arnews[5] += "
Publ.Date : Tue, 29 Sep 2009 04:44:00 GMT";
arnews[5] += "
";
arnews[6]="North Branch wins fourth volleyball title
";
arnews[6] += "North Branch went 7-0 at the Goodrich Invitational volleyball tournament Saturday, beating Lake Orion 25-15, 25-12 in the final for its fourth tourney title of the season.";
arnews[6] += "
Publ.Date : Sun, 27 Sep 2009 04:53:23 GMT";
arnews[6] += "
";
arnews[7]="Police
";
arnews[7] += "Jason B. McDonald, 26, of 25 Ruby St., Marblehead, was arrested at 12:34 a.m. after a foot chase by police along Lafayette Street and through nearby backyards.";
arnews[7] += "
Publ.Date : Mon, 17 Aug 2009 05:34:00 GMT";
arnews[7] += "
";
totcount = 8;
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("