var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="D'Acampo refuses to go to Bush Telegraph - Digital Spy
";
arnews[0] += "Gino D'Acampo has refused to go to the Bush Telegraph. The chef was angry after he was disqualified from the 'Gone Fishing' bush battle and began to boycott the programme's confession room. George Hamilton decided to mediate, and suggested that D ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[0] += "
";
arnews[1]="Kim Woodburn wins second bush battle - Digital Spy
";
arnews[1] += "Kim Woodburn has won the second bush battle and has returned to base camp. The How Clean Is Your House? star also received immunity from the first public vote after her victory. The exiled celebrities had taken part in a game called 'Gone Fishing ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 22:00:00 GMT";
arnews[1] += "
";
arnews[2]="What really happened on my night with Elvis - by Angie Best - Daily Mail
";
arnews[2] += "It is one of the most intriguing stories ever to come out of I'm A Celebrity... Get Me Out Of Here! - how Elvis Presley stole the girlfriend of his friend George Hamilton. Hamilton, who has a reputation as one of Hollywood's greatest Casanovas ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:28:00 GMT";
arnews[2] += "
";
arnews[3]="GEORGE HAMILTON'S MALARIA SECRET - Contactmusic.com
";
arnews[3] += "George Hamilton agreed to take part in 'I'm A Celebrity... Get Me Out Of Here!' to raise awareness of malaria after his best friend was beleaved to have died from the disease. George Hamilton agreed to take part in 'I'm A Celebrity... Get Me Out Of ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 11:55:00 GMT";
arnews[3] += "
";
arnews[4]="George Hamilton's Health Threatens Reality Show Stint - New Kerala
";
arnews[4] += "Movie veteran GEORGE HAMILTON is struggling with his stint on U.K. reality TV show I'M A CELEBRITY... GET ME OUT OF HERE! - ill health has ruled him out of a series of gruelling physical challenges. The 70 year old headed into the Australian outback ...";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 14:04:00 GMT";
arnews[4] += "
";
arnews[5]="George Hamilton's I'm A Celebrity mission honours dead friend - Daily Mirror
";
arnews[5] += "In the camp he is laidback and easy going, but perma-tanned Hollywood star George Hamilton is nursing a secret heartache. And he is only toughing it out in the jungle to highlight awareness of the killer bug he believes killed his best pal ...";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:27:00 GMT";
arnews[5] += "
";
arnews[6]="Get poor Katie Price the hell out of there - News of World
";
arnews[6] += "Yeah? So do I. Closure of her bloody phoneline. Fact is, she shouldn't be in there. For two main reasons. One, putting an ex-contestant back in is usually formaticide for a reality show. Who'd have thought I'm A Celeb would ever be floundering in the ...";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 20:41:00 GMT";
arnews[6] += "
";
arnews[7]="I'm A Celebrity: Chef Gino cooks up rat and eats it as Katie Price ... - Daily Mail
";
arnews[7] += "They've been faced with eating kangaroo's testicles and all manner of insects, but for their last meal the I'm a Celebrity contestants chowed down to an animal they are a bit more familiar with. For as the hungry contestants in the exile camp reached ...";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 22:14:00 GMT";
arnews[7] += "
";
totcount = 8;
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("