var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Jackson glove sells for $382,000
"; arnews[0] += "Michael Jackson's famous white glove has sold for $US350,000 at a memorabilia auction, soaring past pre-sale estimates."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:59:21 GMT"; arnews[0] += "
"; arnews[1]="Michael Jackson's Glove Sells for $350,000 at Auction
"; arnews[1] += "Michael Jackson's famous white glove sold for $350,000 at a memorabilia auction on Saturday, soaring far past pre-sale estimates, while a black jacket he wore during a 1989 world tour fetched $225,000. The Jackson memorabilia was the highlight of an auction of hundreds of rock'n'roll items, including many not associated with the \"King of Pop,\" who ..."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:34:13 GMT"; arnews[1] += "
"; arnews[2]="'Bowie: A Biography,' a book review
"; arnews[2] += "\" Bowie: A Biography \" by Marc Spitz isn't just about David Bowie. After the Beatles, there was David Bowie."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 00:54:20 GMT"; arnews[2] += "
"; arnews[3]="Williams to court investors
"; arnews[3] += "BRITISH singer Robbie Williams may sell the right to half his future album, touring and sponsorship earnings in a 50 million pound deal, one of his managers was reported to say on Saturday."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 23:00:01 GMT"; arnews[3] += "
"; arnews[4]="Robbie eyes new record deal
"; arnews[4] += "Robbie Williams could be set to sell the right to half his future album, touring and sponsorship earnings in a A 50 million deal."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 22:57:12 GMT"; arnews[4] += "
"; arnews[5]="Palin's way of talkin' dissected, you betcha
"; arnews[5] += "When Sarah Palin burst onto the national political stage there was a lot of talk about her distinctive way of talkin', you betcha."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 20:49:59 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("
");document.write("
");