var arnews = new Array(10);
totcount = 10;
rnd = 1;
document.title=document.title+ " ";
arnews[0]="Katie Price quits I'm A Celebrity jungle
";
arnews[0] += "She had theatened to leave for days, now Katie Price has walked out of the jungle. The glamour model has quit I'm A Celebrity.... Get Me Out of Here! It is after she was picked to...";
arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 07:40:36 GMT";
arnews[0] += "
";
arnews[1]="Katie Price ready for the jungle
";
arnews[1] += "Katie Price famously left the I Am A Celebrity...Get Me Out Of Here! jungle in 2004 having found love with fellow-camper, Peter Andre. Five years later, the pair have split and...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 07:35:24 GMT";
arnews[1] += "
";
arnews[2]="Katie Price/Jordan on US chat show Chelsea Lately - 12th November 2009
";
arnews[2] += "Katie \"Jordan\" Price appeared on the US chat show Chelsea Lately, hosted by Chelsea Handler and I don't think KP quite knew what she was getting herself into and was made to look...";
arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 13:15:20 GMT";
arnews[2] += "
";
arnews[3]="Katie Price nous donne ses astuces pour être sexy !
";
arnews[3] += "Pour prouver ses qualités et son bon goût pour la mode, la starlette a décidé, pour promouvoir son nouveau livre, de relooker 4 de ses amis.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 08:44:00 GMT";
arnews[3] += "
";
arnews[4]="Katie Price & Alex Reid Visit A Sex Shop!
";
arnews[4] += "http://www.mrpaparazzi.com Katie Price aka Jordan and her boyfriend Alex Reid are spotted visiting a sexshop in Brighton where they purchase a few special items, does this mean...";
arnews[4] += "
Publ.Date : Fri, 28 Aug 2009 15:43:20 GMT";
arnews[4] += "
";
arnews[5]="Katie Price With New Man Alex Reid
";
arnews[5] += "http://www.mrpaparazzi.com When we spotted Katie Price and her new fella Alex Reid attending a wedding at the Mayfair hotel in London last night they looked happy and comfortable...";
arnews[5] += "
Publ.Date : Tue, 11 Aug 2009 11:29:20 GMT";
arnews[5] += "
";
arnews[6]="Katie Price Interview With Piers Morgan. Part 1. 11.07.09.
";
arnews[6] += "Exclusive Interview. NO COPYRIGHT INTENDED ALL CLIPS BELONG TO ITV PRODUCTIONS!!! all money katie got for doing this interview was donated to vision charity!!! ... Katie Price...";
arnews[6] += "
Publ.Date : Sat, 11 Jul 2009 22:01:24 GMT";
arnews[6] += "
";
arnews[7]="Busenwunder Katie Price wieder solo
";
arnews[7] += "Das britische Fotomodell Katie Price und ihr Mann Peter Andre trennen sich. Die beiden beendeten ihre Ehe nach viereinhalb Jahren. Sie haben drei Kinder.";
arnews[7] += "
Publ.Date : Tue, 12 May 2009 10:08:00 GMT";
arnews[7] += "
";
arnews[8]="Jordan - Katie Price - Hot Looks
";
arnews[8] += "This is a great compilation of UK sexy supermodel Jordan (aka Katie Price) images. Check out her variety of hot looks.";
arnews[8] += "
Publ.Date : Fri, 02 May 2008 20:28:42 GMT";
arnews[8] += "
";
arnews[9]="Peter Andre and Katie Price Jordan - A Whole New World VIDEO
";
arnews[9] += "Peter Andre and Katie Price Jordan - A Whole New World OFFICIAL VIDEO";
arnews[9] += "
Publ.Date : Fri, 17 Nov 2006 11:40:35 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("