var arnews = new Array(9);
totcount = 9;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="FINALLY, a celeb honest about [...] ViP
";
arnews[0] += "Finally, a celeb honest about her age. KELLY BROOK, who is currently starring in the West End version of Calendar Girls, revealed: \"I'm turning 30 and I'm really happy about it.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 11:12:18 GMT";
arnews[0] += "
";
arnews[1]="Brewster's Polhill makes a big splash
";
arnews[1] += "WEBSTER - Brewster senior Ali Polhill believed her head wasn't into the meet after Friday's swimming and diving preliminaries.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Louisiana Tech confers degrees on 339
";
arnews[2] += "RUSTON - Louisiana Tech University conferred degrees on 339 students during fall commencement Saturday in Thomas Assembly Center in Ruston.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Kelly Brook turns 30
";
arnews[3] += "THE BNP has lined up its first non-white member - an Asian man who hates Muslims.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:28:11 GMT";
arnews[3] += "
";
arnews[4]="Mariah Carey is joined by Pixie Lott, Kelly Brook and Geri Halliwell at Jalouse nightclub
";
arnews[4] += "ABOVE: Mariah Carey was joined by Geri Halliwell, Kelly Brook and Pixie Lott at her party It was just another low-key bash for multi-million dollar Godmother of bling Mariah Carey .";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:22:43 GMT";
arnews[4] += "
";
arnews[5]="Page 3
";
arnews[5] += "The above image can't possibly be called exploitation in the name of hit hunting.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 19:29:04 GMT";
arnews[5] += "
";
arnews[6]="BOUQUETS and BRICKBATS
";
arnews[6] += "Beaumont native Eleanor Mitchell, who was sworn in as the 42nd postmaster of the Beaumont Post Office this week.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[6] += "
";
arnews[7]="Rugby star Dan is a JLS fan
";
arnews[7] += "ENGLAND rugby star DANNY CIPRIANI reckons JLS singer JONATHAN \"JB\" GILL could have had a career egg-chasing if he wasn't a singer.";
arnews[7] += "
Publ.Date : Sat, 21 Nov 2009 07:03:43 GMT";
arnews[7] += "
";
arnews[8]="Kelly Brook on why Danny Cipriani is her perfect match but marriage is not on the cards
";
arnews[8] += "Kelly Brook. Axed from Britain's Got Talent in January after just six days, she believed her career here was over.";
arnews[8] += "
Publ.Date : Sat, 21 Nov 2009 00:00:00 GMT";
arnews[8] += "
";
totcount = 9;
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("