var arnews = new Array(10); totcount = 10; rnd = 1; arnews[0]="Idiot by Lisa Marie Presley
"; arnews[0] += "Idiot music video by Lisa Marie Presley added on 2009-07-08"; arnews[0] += "
Publ.Date : Wed, 08 Jul 2009 17:03:35 GMT"; arnews[0] += "
"; arnews[1]="Lisa Marie Presley: Michael Predicted His Death
"; arnews[1] += "Michael Jackson's ex-wife, the daughter of Elvis, says the pop star predicted his untimely death would be just like her father's. Sylvia Lopez reports."; arnews[1] += "
Publ.Date : Sat, 27 Jun 2009 01:33:57 GMT"; arnews[1] += "
"; arnews[2]="Michael Jackson and Lisa Marie Presley - One More Chance
"; arnews[2] += "In 1994 Michael married Lisa Marie Presley, the daughter of the \"King of Rock and Roll\" Elvis Presley They divorced within 2 years."; arnews[2] += "
Publ.Date : Mon, 09 Feb 2009 02:36:31 GMT"; arnews[2] += "
"; arnews[3]="Priscilla Presley on Lisa Marie's Newborn Twins!
"; arnews[3] += "Dream Foundation Ambassador Priscilla Presley came out to support one of her favorite causes this past weekend, and she gave ET the latest news on daughter Lisa Marie and hubby..."; arnews[3] += "
Publ.Date : Tue, 21 Oct 2008 10:02:00 GMT"; arnews[3] += "
"; arnews[4]="Lisa Marie Presley dévoile les prénoms de ses jumelles
"; arnews[4] += "Lisa Marie Presley a dévoilé les prénoms des jumelles qu'elle vient de mettre au monde : Findley et Harper."; arnews[4] += "
Publ.Date : Wed, 15 Oct 2008 09:03:00 GMT"; arnews[4] += "
"; arnews[5]="Lisa Marie Presley hat Zwillinge bekommen
"; arnews[5] += "Die berühmte Tochter von Elvis und Priscilla Presley hat zwei Mädchen bekommen. Sie kamen per Kaiserschnitt zur Welt. Lisa Marie und ihre Zwillinge sind gesund und glücklich."; arnews[5] += "
Publ.Date : Mon, 13 Oct 2008 11:33:00 GMT"; arnews[5] += "
"; arnews[6]="Report: Lisa Marie Presley Expecting Twins
"; arnews[6] += "Elvis' daughter joins the celebrity twin babies club."; arnews[6] += "
Publ.Date : Wed, 06 Aug 2008 16:45:04 GMT"; arnews[6] += "
"; document.title=document.title+ " "; arnews[7]="Elvis & Lisa Marie Presley - Don't Cry Daddy (Musical Video
"; arnews[7] += "Elvis & Lisa Marie Presley - Don't Cry Daddy (Musical Video 3.50 min.)"; arnews[7] += "
Publ.Date : Wed, 07 Mar 2007 21:15:37 GMT"; arnews[7] += "
"; arnews[8]="For all Michael Jackson and Lisa Marie Presley Fans
"; arnews[8] += "For all Michael Jackson and Lisa Marie Presley Fans ... Michael Jackson Lisa Marie Presley"; arnews[8] += "
Publ.Date : Wed, 29 Nov 2006 20:37:43 GMT"; arnews[8] += "
"; arnews[9]="Entertainment News: Lisa Marie Presley, Coldplay & Halle Berry
"; arnews[9] += "Lisa Marie Presley walks down the aisle...again. Rumors abound that Coldplay is breaking up. Halle Berry won't make \"Catwoman II,\" and she was roasted by Harvard's Hasty Pudding..."; arnews[9] += "
Publ.Date : Fri, 17 Feb 2006 20:51:39 GMT"; arnews[9] += "
"; totcount = 10; 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("
");