var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Angelina Jolie Visits Haiti
"; arnews[0] += "She visited a hospital yesterday and is expected to visit the Jacmel, a city in the southern part of Haiti, where there's a camp for the homeless and a Save the Children center."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 16:14:02 GMT"; arnews[0] += "
"; arnews[1]="Katie Price: 'I don't do regrets'
"; arnews[1] += "The 31-year-old glamour model, who is promoting a new series of her ITV2 show, had a short second stint in I'm A Celebrity... in 2009 and also dumped her then-boyfriend Alex Reid on live TV."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 16:11:15 GMT"; arnews[1] += "
"; arnews[2]="Presley 'contacts Jackson via s ance'
"; arnews[2] += "According to The Sun, Presley and Jackson's make-up artist Karen Faye used a psychic to communicate with the King Of Pop."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 16:10:43 GMT"; arnews[2] += "
"; arnews[3]="Johnny Depp's girlfriend wouldn't change a thing about him
"; arnews[3] += "From the long, stringy hair and goatee to the layers of offbeat accessories and everything in between, nobody can quite pull off a look like Johnny Depp - especially as far as his longtime girlfriend Vanessa Paradis is concerned."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 16:09:49 GMT"; arnews[3] += "
"; arnews[4]="Warm welcome for Jolie in Haiti
"; arnews[4] += "Angelina Jolie has begun two days of meetings with Haiti earthquake victims in her role as a goodwill ambassador for the UN refugee agency."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 16:06:08 GMT"; arnews[4] += "
"; arnews[5]="VIDEO: Angelina Jolie in Haiti
"; arnews[5] += "The UN goodwill ambassador wanted to see the devastation with her own eyes. She visited officials and an orphanage outside the capital."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 15:48:30 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("
");