var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Ryan Sylvestre: Tiki Barber is a terrible NFL correspondent
";
arnews[0] += "Tiki Barber is a terrible NFL correspondent";
arnews[0] += "
";
arnews[1]="Sarah: Mmm, Tiki Barber on Sesame Street!
";
arnews[1] += "Mmm, Tiki Barber on Sesame Street!";
arnews[1] += "
";
arnews[2]="Fantasy Football: Slaton watching tapes of Tiki Barber - Steve Slaton (RB) Houston Texans
";
arnews[2] += "Slaton watching tapes of Tiki Barber - Steve Slaton (RB) Houston Texans -";
arnews[2] += "
";
arnews[3]="Trish Smith: @badassdadblog :) back in the day, it was spiderman. These days it's for Hector - & that episode with Tiki Barber (which was today) - swoon!
";
arnews[3] += "@";
arnews[3] += "
";
arnews[4]="Only because Tiki Barber went in the 2nd. #sorry RT @benmaller: John Cappelletti was the last white tailback selected in the NFL's 1st round
";
arnews[4] += "Only because Tiki Barber went in the 2nd.";
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("