var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mr. Beaks Discusses The Red Riding Trilogy And the Man Who Killed Don ...
";
arnews[0] += "Based on a quartet of crime novels by David Peace, the RED RIDING trilogy is a noirish fiction of unfettered institutional corruption in Yorkshire, England constructed around actual events occurring between 1974 and 1983.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:25:04 GMT";
arnews[0] += "
";
arnews[1]="January 27 obituaries
";
arnews[1] += "Charles Denver Wyatt Sr. Charles Denver Wyatt Sr., 71, of 54 Waters Road, Asheville, passed away Monday, Jan.18, 2010.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="School pals and community rally around to fund Bena s treatment
";
arnews[2] += "GENEROUS members of the community have pulled together in a bid to raise money to help with treatment costs for little Ben Meagher.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 04:50:00 GMT";
arnews[2] += "
";
arnews[3]="High school roundup: Dover earns its top-5 finish
";
arnews[3] += "It was mission accomplished for the Dover High School boys indoor track and field team Sunday during the Class L championship at Dartmouth College.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 07:14:04 GMT";
arnews[3] += "
";
arnews[4]="Duff and Serkis scoop film awards
";
arnews[4] += "Anne-Marie Duff and Andy Serkis have won the best acting prizes at the Evening Standard British Film Awards.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 23:46:09 GMT";
arnews[4] += "
";
arnews[5]="Speed read
";
arnews[5] += "Emrik Guillemette and Steve Lebel scored in the shootout as the Chicoutimi Sagueneens nipped the Acadie-Bathurst Titan 4-3 in Quebec Major Junior Hockey League play Saturday.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 14:00:00 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("