var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Mădălin Oprea: Designer dresses for a bargain in jumble sales of the stars - This is London
";
arnews[0] += "Designer dresses for a bargain in jumble sales of the stars - This is London -";
arnews[0] += "
";
arnews[1]="ClayCotton: Alltop_TW: Louise Redknapp – @Louise_Redknapp http://bit.ly/3EggeB Twitter.alltop.com
";
arnews[1] += "Alltop_TW: Louise Redknapp – @Louise_Redknapp";
arnews[1] += "
";
arnews[2]="RT @mattjsdawson: Louise redknapp is having a charity garage sale in selfridges tomoz 12-4 - oh oh! Laura will be in London at that point!
";
arnews[2] += "RT @mattjsdawson: Louise redknapp is having a charity garage sale in selfridges tomoz 12-4 - oh oh! Laura will be in London at that point! -";
arnews[2] += "
";
arnews[3]="Sally Robinson: Triumph Talk To Louise Redknapp At Triumph Lingerie AW09 Photo Shoot
";
arnews[3] += "Triumph Talk To Louise Redknapp At Triumph Lingerie AW09 Photo Shoot -";
arnews[3] += "
";
arnews[4]="Vlad Duro: News: Stars’ clothes in Selfridges sale: Louise Redknapp is donating 12 bags of clothing and he.. http://bit.ly/3AwXZN
";
arnews[4] += "News: Stars’ clothes in Selfridges sale: Louise Redknapp is donating 12 bags of clothing and he..";
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("