var arnews = new Array(5);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Boob job in an Ultimo bra
";
arnews[0] += "UNDERWEAR giant Ultimo's latest lingerie invention could see boob job clinics going bust.";
arnews[0] += "
Publ.Date : Thu, 12 Nov 2009 07:45:29 GMT";
arnews[0] += "
";
arnews[1]="The Big Brother big money list: How the stars of the show raked it in
";
arnews[1] += "Big Brother is slowly limping towards its final credits. But over its decade-long run, the ground-breaking reality show has meant big money for almost everyone involved - on and off screen.";
arnews[1] += "
Publ.Date : Thu, 27 Aug 2009 20:15:00 GMT";
arnews[1] += "
";
arnews[2]="Big Brother: a history in clips
";
arnews[2] += "Series one - the original, and arguably the best, possibly only just edged out by series three.";
arnews[2] += "
Publ.Date : Wed, 26 Aug 2009 13:08:22 GMT";
arnews[2] += "
";
arnews[3]="Big Brother 2005 | Free at last...fed-up Orlaith McAllister grins after her BB breakout
";
arnews[3] += "ORLA the bawler cracks a smile at long last after sensationally quitting Big Brother yesterday.";
arnews[3] += "
Publ.Date : Sat, 06 Jun 2009 19:11:06 GMT";
arnews[3] += "
";
totcount = 4;
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("