var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Stars support Christmas appeal
";
arnews[0] += "Celebrities dropped into Bicester Village yesterday to launch the shopping centre's Christmas charity appeal.";
arnews[0] += "
Publ.Date : Thu, 29 Oct 2009 22:50:23 GMT";
arnews[0] += "
";
arnews[1]="The top 10 sporting odd couples
";
arnews[1] += "\"Kevin wants to work on his career,\" said a chum. A few minutes of career work later, Pietersen was simultaneously hit for six and bowled over by Tony Adams's former squeeze, Californian MAW Caprice Bourret.";
arnews[1] += "
Publ.Date : Sun, 16 Oct 2005 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="Stars support Christmas appeal
";
arnews[2] += "Celebrities dropped into Bicester Village yesterday to launch the shopping centre's Christmas charity appeal.";
arnews[2] += "
Publ.Date : Wed, 28 Oct 2009 11:52:39 GMT";
arnews[2] += "
";
arnews[3]="Joanna Lumley, Ian Hslop and Caprice Bourret
";
arnews[3] += "As the information commissioner prepares to address Commons investigation into privacy and press standards, one private investigator's work for news organisations emerges Joanna Lumley, Ian Hislop and Caprice Bourret: among those of interest to investigators.";
arnews[3] += "
Publ.Date : Mon, 31 Aug 2009 01:22:46 GMT";
arnews[3] += "
";
arnews[4]="Chris Fountain
";
arnews[4] += "Snaps from Jul 20 > Former Hollyoaks star Chris Fountain with model Caprice Bourret and incumbent Miss England, Laura Coleman at the 2009 Miss England final in London.";
arnews[4] += "
Publ.Date : Tue, 21 Jul 2009 10:14:45 GMT";
arnews[4] += "
";
arnews[5]="Intimas collapses - PwC trio called in
";
arnews[5] += "A fashion company making supermodel Caprice Bourret's 'By Caprice' lingerie range has gone into administration.";
arnews[5] += "
Publ.Date : Fri, 17 Jul 2009 10:30:30 GMT";
arnews[5] += "
";
arnews[6]="Who bares wins?
";
arnews[6] += "Caprice Bourret When it comes to dressing up, some celebs like to strip to the bare essentials... Cheryl Cole slipped into a revealing 4,165 pink-fringed dress by Alexander McQueen for her 26th birthday party last week.";
arnews[6] += "
Publ.Date : Sat, 04 Jul 2009 20:19:00 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("