var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kimberley Walsh - The Gaea Times
";
arnews[0] += "November 13th, 2009 \"I felt kind of badly because some parents had it for their kid (also named) Kate Walsh. And I was like, I want that, it's mine... 'X Factor' judge Walsh shattered by Gately's death October 14th, 2009 LONDON - \"X Factor\" judge ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 13:49:00 GMT";
arnews[0] += "
";
arnews[1]="Get Kimberley Walsh's £40 New Look dress! - Marie Claire
";
arnews[1] += "We love a bit of star style on a budget, so couldn't wait to share this spot of the lovely Kimberley Walsh in a £40 New Look cocktail frock! Now the star might have been opening the brand new NL Oxford Street store, but that doesn't deter from how ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 10:18:00 GMT";
arnews[1] += "
";
arnews[2]="In Pictures: 'Kimberley Walsh New Look Clothing Store Grand Opening' - Monsters and Critics
";
arnews[2] += "Kimberley Walsh attending the New Look Clothing Store Grand Opening on Oxford Street in London on February 5, 2010. Photo copyright by Solarpix / PR Photos. Kimberley Walsh attending the New Look Clothing Store Grand Opening on Oxford Street in ...";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 13:59:00 GMT";
arnews[2] += "
";
arnews[3]="Curves allowed: Kimberley Walsh shows off her gorgeous figure at the ... - Daily Mail
";
arnews[3] += "Some say Kimberley Walsh is the hottest member of Girls Aloud, with a curvy figure more akin to the UK's general female population than the rest of the group. And the 28-year-old singer showed off her enviable figure at the launch of New Look's new ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 20:08:00 GMT";
arnews[3] += "
";
arnews[4]="Yo-yo dieter Kerry Katona is back in a size 10 swimsuit after dropping ... - Daily Mail
";
arnews[4] += "Last time Kerry Katona looked this good she'd undergone hours of intrusive plastic surgery. But as the yo-yo dieter unveils her newly trim figure, it is due to nothing more than hard work. After two weeks at an army-style exercise bootcamp the ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:43:00 GMT";
arnews[4] += "
";
arnews[5]="Sugababe Amelle joins New Look celebrations - Osoblog.tv
";
arnews[5] += "Just in time to celebrate the ending of the recession, New Look opened its flagship store on Friday. And to help things along were a few of the brand's celebrity friends. Girls Aloud's Kimberley Walsh cut the ribbon, while Sugababe Amelle Berrabah ...";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 06:21:00 GMT";
arnews[5] += "
";
totcount = 6;
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("