var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Teary Oprah Announces End of Show -- But Is the Time Really Right?
";
arnews[0] += "She's not called the queen of all media for nothing. The news that after 25 years Oprah Winfrey would be closing up shop on her afternoon talk show-cum-empire-building-exercise broke early, but she made the official announcement of the \"real reason she was leaving\" her way, and the way guaranteed to garner the most ratings: on her show.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 23:35:00 GMT";
arnews[0] += "
";
arnews[1]="Bankrupt I'm A Celebrity chef John Burton-Race fought with police...
";
arnews[1] += "Bankrupt I'm A Celebrity chef John Burton-Race fought with police after being pulled for drink-driving By Daily Mail Reporter Last updated at 5:41 PM on 17th November 2009 Celebrity chef John Burton Race was banned from driving for refusing to give a breath test after he wrestled with two police officers and had to be pinned to the ground.";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 21:38:16 GMT";
arnews[1] += "
";
arnews[2]="Mystery of the biscuit barrel A family is appealing for information about a biscuit barrel.
";
arnews[2] += "A family is appealing for information about a biscuit barrel. While researching their family history the Joneses, of Chiltern Park Avenue, in Berkhamsted, came across a biscuit barrel inscripted with 'The Clarke Cup runner up 1934' that belonged to their uncle Frederick G Winfield.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 15:52:44 GMT";
arnews[2] += "
";
arnews[3]="Kate: I'LL Get Foxy with Sam
";
arnews[3] += "JORDAN has set her sights on Sam Fox for a steamy jungle clinch. Glamour girl Jordan, real name Kate Price, will swing in today - hell-bent on getting up close and personal with fellow pin-up Sam.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 03:50:57 GMT";
arnews[3] += "
";
arnews[4]="percy on Ia m A Celebrity: Katie Pricea s Lesbian Milf Affair And Therapy
";
arnews[4] += "I'M A Celebrity Watch: Anorak's daily look at the jungle show in the news: Katie Prices' jungle therapy, leasbian affir, Milf credentials and proud kids.";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 09:09:25 GMT";
arnews[4] += "
";
arnews[5]="I'm A Celeb Look who has returned, Dec...
";
arnews[5] += "MANEATER Janice Dickinson's back in the jungle, and Dec's girlfriend Georgie Thompson better watch out.";
arnews[5] += "
Publ.Date : Mon, 16 Nov 2009 03:27:07 GMT";
arnews[5] += "
";
arnews[6]="Kate: I'LL Get Foxy with Sam
";
arnews[6] += "JORDAN has set her sights on Sam Fox for a steamy jungle clinch. Glamour girl Jordan, real name Kate Price, will swing in today - hell-bent on getting up close and personal with fellow pin-up Sam.";
arnews[6] += "
Publ.Date : Mon, 16 Nov 2009 01:20:06 GMT";
arnews[6] += "
";
totcount = 7;
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("