var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Master: Rihanna Rocks the Brixton Academy Stage
";
arnews[0] += "Rihanna Rocks the Brixton Academy Stage";
arnews[0] += "
";
arnews[1]="Matt Porter: Jay-Z, Emma Bunton and Jamelia among celebs at Rihanna concert – pics: Rihanna was joined on stage by hip.. http://bit.ly/1upZYf
";
arnews[1] += "Jay-Z, Emma Bunton and Jamelia among celebs at Rihanna concert – pics: Rihanna was joined on stage by hip..";
arnews[1] += "
";
arnews[2]="Tim Acheson: Emma Bunton (aka "Baby Spice") was in the queue at lunch time. Well near the queue. If she was queuing I pushed in front (for coffee).
";
arnews[2] += "Emma Bunton (aka \"Baby Spice\") was in the queue at lunch time. Well near the queue. If she was queuing I pushed in front (for coffee).";
arnews[2] += "
";
arnews[3]="Befter: Spice Girls - Emma Bunton: http://bit.ly/6AIpyz
";
arnews[3] += "Spice Girls - Emma Bunton:";
arnews[3] += "
";
arnews[4]="James Cousins: Emma Bunton, why did your solo career falter? Oh, yes, that's right...
";
arnews[4] += "Emma Bunton, why did your solo career falter? Oh, yes, that's right...";
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("