var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Conrad Murray pleads not guilty over Michael Jackson's death
";
arnews[0] += "Michael Jackson's personal doctor pleaded not guilty on Monday to involuntary manslaughter in connection with the sudden death of the pop star from an overdose of a powerful prescription sedative last year.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 09:25:00 GMT";
arnews[0] += "
";
arnews[1]="Back in business: Warriors clip UMass Lowell
";
arnews[1] += "What a difference a day makes. Just 24 hours after being run out of its own building by Northeastern, Merrimack College responded with a 3-1 win over 18th-ranked UMass Lowell, delivering two knockout blows early in the third period.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 19:13:52 GMT";
arnews[1] += "
";
arnews[2]="UML iced
";
arnews[2] += "The last time the UMass Lowell hockey team was defeated by Merrimack at Lawler Arena, head coach Blaise MacDonald was in his last year at Niagara University.";
arnews[2] += "
Publ.Date : Sun, 07 Feb 2010 15:01:10 GMT";
arnews[2] += "
";
arnews[3]="BC optimistic despite star-studded field
";
arnews[3] += "Burlington Central will have its hands full on Saturday at the Belvidere Class 2A Wrestling Regional.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 11:38:26 GMT";
arnews[3] += "
";
arnews[4]="Willie Evelyn Mundy Hosch
";
arnews[4] += "Mrs. Willie Evelyn Mundy Hosch, of the Life Care Center in Ducktown, TN formally of Buford, GA, passed away Saturday January 30, 2010.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 04:20:50 GMT";
arnews[4] += "
";
arnews[5]="State, local ballots finalized
";
arnews[5] += "Secretary of State Natalie Tennant's office reported receiving papers for candidates for state offices on Saturday, Jan.";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 03:05:00 GMT";
arnews[5] += "
";
arnews[6]="Ballots take shape for 2010 Mercer, McDowell primary
";
arnews[6] += "Lists of McDowell County and Mercer County candidates that have filed to run for public office in the May 2010 primary was released Monday by the county clerks' offices, but more filings may arrive by mail.";
arnews[6] += "
Publ.Date : Mon, 01 Feb 2010 08:00:00 GMT";
arnews[6] += "
";
totcount = 7;
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("