var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Team news: Gerrard back.
";
arnews[0] += "All the team news ahead of this weekend's games with some mixed injury news coming out of Anfield.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 08:13:14 GMT";
arnews[0] += "
";
arnews[1]="Big second half sends HCC men past Highland
";
arnews[1] += "Published online 11/21/2009 12:01 AM Big second half sends HCC men past Highland By Brad Hallier - The Hutchinson News - bhallier@hutchnews.com Hutchinson Community College freshman guard Joe Mitchell smiled when told of a second-half statistic Friday at the Sports Arena.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 08:13:13 GMT";
arnews[1] += "
";
arnews[2]="'Moon' waxes and wanes
";
arnews[2] += "Rating: PG-13 Where: Entertainment Cinemas in South Dennis; Falmouth Cinema Pub; Heritage Theaters in Sandwich; Regal Cinemas in Harwich, Hyannis and Mashpee; Wellfleet Cinemas moving away with his family - and it's for your own good .";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:11:25 GMT";
arnews[2] += "
";
arnews[3]="MCC to perform 'Wonderful Life' Dec. 2-6
";
arnews[3] += "Muskegon Community College will transport the holidays back to the golden age of radio Dec.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:07:25 GMT";
arnews[3] += "
";
arnews[4]="'New Moon' a mopey bore
";
arnews[4] += "Twilight 'New Moon' a mopey bore Teen vampires, werewolves add up to a big cinematic yawn By James Ward * jward@visalia.gannett.com * November 19, 2009 The problem with \"The Twilight Saga: New Moon\" - the latest chapter in the film adaptation of Stephenie Meyer's bestselling series - can be summed up with one word: Bella.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 07:03:40 GMT";
arnews[4] += "
";
arnews[5]="Friday Evening Wrap Up and Thoughts on Journalistic Malpractice and other News
";
arnews[5] += "\"ACORN with local political supporters\" This happens when you replace \"fact-driven journalism\" with \"outcome-based, agenda journalism\", but then agenda journalism is \"par for the course\" at the \"Old Gray Westside Hag on Spring Street\" these days.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 06:59:22 GMT";
arnews[5] += "
";
totcount = 6;
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("