var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Porter: # ukceleb Kimberley Walsh's 'jewellery stolen': Kimberley Walsh reportedly has £128,000 worth of jewe.. http://bit.ly/2RXMSb
";
arnews[0] += "# ukceleb Kimberley Walsh's 'jewellery stolen': Kimberley Walsh reportedly has £128,000 worth of jewe..";
arnews[0] += "
";
arnews[1]="James Cole: It's Kimberley Walsh's birthday today, i didn't know that. It's also my mums. Kimberley Walsh and my mum share the same birthday.
";
arnews[1] += "It's Kimberley Walsh's birthday today, i didn't know that. It's also my mums. Kimberley Walsh and my mum share the same birthday.";
arnews[1] += "
";
arnews[2]="Gossip Feeds: dlisted: Birthday Sluts : Joel McHale (38) Cody Linley (20) Dan Byrd (24) Kimberley Walsh (28) Nadine V.. http://bit.ly/1krJ65
";
arnews[2] += "dlisted: Birthday Sluts : Joel McHale (38) Cody Linley (20) Dan Byrd (24) Kimberley Walsh (28) Nadine V..";
arnews[2] += "
";
arnews[3]="RT @GirlsAloudMedia: http://tweetphoto.com/d7851 Kimberley Walsh photoshoot for Cosmo 2009
";
arnews[3] += "RT @GirlsAloudMedia:";
arnews[3] += "
";
arnews[4]="stewart mercer: Kimberley Walsh And Sarah Harding Celebrate Joint Birthday Some Celebrities Turn Up Celebrity News Holy Moly
";
arnews[4] += "Kimberley Walsh And Sarah Harding Celebrate Joint Birthday Some Celebrities Turn Up Celebrity News Holy Moly -";
arnews[4] += "
";
totcount = 5;
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("