var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Michael Jackson glove among items at music auction - Star-Tribune
";
arnews[0] += "In this Tuesday, March 24, 2009 photo, Michael Jackson's Crystal Shoe is on display at the Hard Rock Cafe, in New York's Times Square. Michael Jackson memorabilia, including the iconic rhinestone-studded glove he wore when he danced the first ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 11:01:00 GMT";
arnews[0] += "
";
arnews[1]="Michael Jackson's This Is It (movie) - Chicago Tribune
";
arnews[1] += "NEW YORK (AP) — Viacom Inc. says it has won exclusive rights in the U.S. to air \"Michael Jackson's This Is It\" on its MTV and BET cable networks starting in 2011. The Sony Pictures film, featuring rehearsal footage from the London concerts";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 10:33:00 GMT";
arnews[1] += "
";
arnews[2]="Iconic glove Michael Jackson wore when he unveiled moonwalk dance to ... - WGNtv.com
";
arnews[2] += "In this Tuesday, March 24, 2009 photo, Michael Jackson's Crystal Shoe is on display at the Hard Rock Cafe, in New York's Times Square. Michael Jackson memorabilia, including the iconic rhinestone-studded glove he wore when he danced the first ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 09:42:00 GMT";
arnews[2] += "
";
arnews[3]="Michael Jackson: father of Jordan Chandler shoots himself dead - Modern Ghana
";
arnews[3] += "The father of Jordan Chandler, a boy who accused Michael Jackson of child molestation, has committed suicide. Evan Chandler, 65, was found dead in his apartment in New Jersey after shooting himself in the head. Police said there was no suicide note ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:50:00 GMT";
arnews[3] += "
";
arnews[4]="Warrant: Drug cited in Michael Jackson's death came from Las Vegas ... - Canada East
";
arnews[4] += "LAS VEGAS - A powerful anesthetic recovered from Michael Jackson's bedside after he died had been purchased in Nevada by his doctor who had it shipped to California, court documents show. Dr. Conrad Murray, a physician for the late pop star Michael ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 10:25:00 GMT";
arnews[4] += "
";
arnews[5]="Warrant: Drug In Michael Jackson Case Came From Las Vegas Pharmacy - NBC Dallas-Fort Worth
";
arnews[5] += "Michael Jackson 's doctor bought a powerful anesthetic in Nevada and had it shipped to California, where it was found at the pop singer's bedside after he died, court documents released Friday show. The Los Angeles County coroner blamed propofol in ...";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 10:25: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("