var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jacko spirit talks to ex - The Sun
";
arnews[0] += "KAREN FAYE - who was Jacko's make-up artist - said she and Lisa Marie, 42, contacted the King of Pop using a psychic last week. Charges ... Conrad Murray Karen, 53, said: \"He seemed to be on a mission to reach out to people in his life and be ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:21:00 GMT";
arnews[0] += "
";
arnews[1]="Long live the king - Mineral Wells Index
";
arnews[1] += "MINERAL WELLS — Linda Molinaro tried but didn’t get one of the scarves handed out to the ladies as they crowded around Kraig Parker during the second half of his Elvis Presley tribute show. She got something better. Out of the gold scarves, the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 14:13:00 GMT";
arnews[1] += "
";
arnews[2]="Presley Was Almost Blind When He Died, Says Former Doctor - The Gaea Times
";
arnews[2] += "ELVIS PRESLEY suffered eye disease glaucoma and was almost blind when he died, according to the late King of Rock’s personal physician. Dr. George Nichopoulos earned notoriety when, three years after Presley’s 1977 death, he was indicted on 14 ...";
arnews[2] += "
Publ.Date : Fri, 15 Jan 2010 09:34:00 GMT";
arnews[2] += "
";
arnews[3]="Jackson’s Marriage Certificate Sells For $70,000 - The Gaea Times
";
arnews[3] += "MICHAEL JACKSON and LISA MARIE PRESLEY’s 1994 marriage certificate has sold for $70,800 (?44,250) at auction. The document, which boasts both stars’ signatures, was issued to the couple following a 15-minute ceremony on 26 May (94) in the ...";
arnews[3] += "
Publ.Date : Wed, 27 Jan 2010 03:08:00 GMT";
arnews[3] += "
";
arnews[4]="Michael Jackson honored in TN House resolution - Nashville Tennessean
";
arnews[4] += "A resolution to honor the late pop superstar Michael Jackson passed the Tennessee House on Wednesday with only one vote to spare. The resolution, sponsored by Democratic Rep. G. A. Hardaway of Memphis, passed on a vote of 51-22. Measures need at ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 08:13:00 GMT";
arnews[4] += "
";
arnews[5]="Tennessee House narrowly passes Michael Jackson measure - WATE
";
arnews[5] += "NASHVILLE (AP) -- A resolution to honor the late pop superstar Michael Jackson has passed the Tennessee House with only one vote to spare. The resolution sponsored by Democratic Rep. G. A. Hardaway of Memphis passed Wednesday on a vote of 51-22 ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 01:04:00 GMT";
arnews[5] += "
";
arnews[6]="Tenn. House OKs Jackson measure - Leaf Chronicle
";
arnews[6] += "NASHVILLE (AP) — A resolution to honor the late pop superstar Michael Jackson has passed the Tennessee House with only one vote to spare. The resolution sponsored by Democratic Rep. G. A. Hardaway of Memphis passed Wednesday on a vote of 51-22 ...";
arnews[6] += "
Publ.Date : Thu, 04 Feb 2010 14:11:00 GMT";
arnews[6] += "
";
arnews[7]="Watercooler: Tenn. House narrowly OKs Michael Jackson measure - Daily News Journal
";
arnews[7] += "Gerald McCormick, who voted for the bill, noted that Jackson was once married to Lisa Marie Presley of Memphis. In the Chattanooga Republican’s words: “He was Elvis’ son-in-law, and that ought to count for something.” Democratic Rep.";
arnews[7] += "
Publ.Date : Thu, 04 Feb 2010 16:27:00 GMT";
arnews[7] += "
";
arnews[8]="TN House honors Michael Jackson; he ‘was Elvis’ son-in-law ... - Knoxville News Sentinel
";
arnews[8] += "... portions of the resolution praising Jackson for his charitable contributions and success in music and entertainment. Rep. Gerarld McCormick, R-Chattanooga, noted that Jackson married Lisa Marie Presley, daughter of Elvis Presley, in the Memphis ...";
arnews[8] += "
Publ.Date : Wed, 03 Feb 2010 21:22:00 GMT";
arnews[8] += "
";
totcount = 9;
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("