var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Demian Faunt: wags a finger (we'll let you guess which) at Paula Radcliffe's detractors in the British press. Have some class, folks: http://bit.ly/1Zqzg3
";
arnews[0] += "wags a finger (we'll let you guess which) at Paula Radcliffe's detractors in the British press. Have some class, folks:";
arnews[0] += "
";
arnews[1]="Nice Hobbies: What time did Paula Radcliffe record in the 2002 Chicago marathon when she set a new world record?
";
arnews[1] += "What time did Paula Radcliffe record in the 2002 Chicago marathon when she set a new world record? -";
arnews[1] += "
";
arnews[2]="Jeremy Day: RT @DallasRunning: When I talk about the British press being harsh on Paula Radcliffe[...]: http://tiny.cc/R159W
";
arnews[2] += "RT @";
arnews[2] += "
";
arnews[3]="Tolga Yilmaz: I favorited a YouTube video -- Nike + Paula Radcliffe Ad IT http://bit.ly/4DDTOF
";
arnews[3] += "I favorited a YouTube video -- Nike + Paula Radcliffe Ad IT";
arnews[3] += "
";
arnews[4]="Tolga Yilmaz: Nike + Paula Radcliffe Ad IT
";
arnews[4] += "Nike + Paula Radcliffe Ad IT -";
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("