var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV show Jordan must eat jungle bugs - Ananova
";
arnews[0] += "Katie Price is gearing up for yet another Bushtucker Trial on I'm a Celebrity...Get Me Out Of Here! - but this time she will be partnered by a fellow contestant. TV presenter Kim Woodburn was chosen by the public to join Price, aka Jordan, in a ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 14:07:00 GMT";
arnews[0] += "
";
arnews[1]="Peter Andre looks at Brighton mansion as I'm a Celebrity Katie Price ... - Daily Star
";
arnews[1] += "DANNII Minogue has admitted that she is hooked on I’m A Celebrity – ever since Jordan entered the jungle. The sexy X Factor judge, 38, claims the ITV show is even giving her nightmares – because she fears facing her very own Bushtucker Trial ...";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:57:00 GMT";
arnews[1] += "
";
arnews[2]="I’m A Celebrity: Katie Price Is Rubbed Off In Kim Woodburn Bust Up - Anorak
";
arnews[2] += "Fans of her ex-hubby Peter Andre are said to have hatched an internet plot to force her to do EVERY trial in revenge for her treatment of the singer. Good of the Sun to undercover this datardley plot on the shadowy web. What do we know? One poster on ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:06:00 GMT";
arnews[2] += "
";
arnews[3]="Katie Price missing Peter Andre in the jungle? - ITN
";
arnews[3] += "Katie Price said she hopes Peter Andre will watch her back on reality show I'm A Celebrity... Get Me Out of Here! and see the girl he married. The model and business woman feels she has been made out to be a monster by the press and hopes her ex ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:34:00 GMT";
arnews[3] += "
";
arnews[4]="KATIE PRICE'S HAIRDRESSER LUXURY - Contactmusic.com
";
arnews[4] += "Katie Price wanted to take her hairdresser to be her 'I'm A Celebrity... Get Me Out Of Here!' luxury item, to ensure she looked good at all times. Katie Price wanted her hairdresser to be her 'I'm A Celebrity... Get Me Out Of Here!' luxury item. The ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:49:00 GMT";
arnews[4] += "
";
arnews[5]="Get poor Katie Price the hell out of there - News of World
";
arnews[5] += "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[5] += "
Publ.Date : Sat, 21 Nov 2009 20:41:00 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("