var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Could your child be the next Cheryl Cole?
";
arnews[0] += "Bluezoo campaign for the Autumn/ Winter 2010 season. Cheryl Cole won many a bonnie babya competitions as a tot, whilst Brooke Shields was a model from the age of eleven months, and Xposea s Glenda Gilson started modelling when she was just three years of age.";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 14:16:23 GMT";
arnews[0] += "
";
arnews[1]="Ronan takes 130,000 car back from Gilson after the latest bust-up between fiery couple
";
arnews[1] += "Multimillion-aire property tycoon Johnny Ronan has taken a 130,000 car back from his girlfriend Glenda Gilson following a blazing row.";
arnews[1] += "
Publ.Date : Sun, 10 Jan 2010 12:25:57 GMT";
arnews[1] += "
";
arnews[2]="Katy's sister urges public to boycott book
";
arnews[2] += "KATY FRENCH'S sister, Jill, urged the Irish public to boycott the new book on her late sister's life in the run up to her second anniversary.";
arnews[2] += "
Publ.Date : Wed, 09 Dec 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Rosanna tops bookies' list to be next model mum
";
arnews[3] += "ENNISKERRY beauty Rosanna Davison and her beau Wesley Quirke are firmly back on track, meaning Paddy Power are now giving 2/1 odds that she will be the next model mum to make another beautiful person! The bookmakers have compiled a list of the stunning ladies likely to procreate in the coming months, with Rosanna topping the poll to make dad Chris ...";
arnews[3] += "
Publ.Date : Wed, 02 Sep 2009 07:00:00 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("