var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="4ie6
";
arnews[0] += "Harvey and Mike took your questions on everything today -- including Dr. Conrad Murray getting charged with involuntary manslaughter over the death of Michael Jackson .";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:51:33 GMT";
arnews[0] += "
";
arnews[1]="TMZ Live: Murray in Court, Aniston & Lil Wayne
";
arnews[1] += "Harvey and Mike took your questions on everything today -- including Dr. Conrad Murray getting charged with involuntary manslaughter over the death of Michael Jackson .";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 03:51:27 GMT";
arnews[1] += "
";
arnews[2]="Henry, Gilbert J.
";
arnews[2] += "Gilbert J. Henry, 92, Green Bay, passed to his eternal reward on Sunday, Feb. 7, 2010.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Charlie Sheen Charged With Assault
";
arnews[3] += "ASPEN, Colo. Actor Charlie Sheen was formally charged with assault today stemming from his arrest Christmas Day after a heated argument with his wife Brooke Mueller.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 03:10:54 GMT";
arnews[3] += "
";
arnews[4]="SUNRISE: Snowfall causes slick roads, school and military base delays
";
arnews[4] += "A nighttime snowfall has made roads slick and delayed some local schools and military bases.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 16:34:36 GMT";
arnews[4] += "
";
arnews[5]="Morning Links: Tiger Woods, out of sex rehab and back with wife, said to be planning golf comeback
";
arnews[5] += "Tiger Woods is headed back to his home in Windermere, Fla., next week and plans to return to golf in late March, someone who works for the Woods family has told TMZ .";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 13:04:44 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("