var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Eamonn: Jeremy Shockey Isn't Buying LeBron James In The NFL http://sbnation.com/e/929734
";
arnews[0] += "Jeremy Shockey Isn't Buying LeBron James In The NFL";
arnews[0] += "
";
arnews[1]="Jessie Payton: Jeremy Shockey Isn't Buying LeBron James In The NFL - SportsBlogs Nation (blog)
";
arnews[1] += "Jeremy Shockey Isn't Buying LeBron James In The NFL - SportsBlogs Nation (blog) -";
arnews[1] += "
";
arnews[2]="Curtis: @PeteVlastelica if Jeremy Shockey things Lebron would run a 4.9 40, then I'd have beat Lebron in a footrace oh about 5 years ago.
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Ron Bailey: RT @sportsminute: Jeremy Shockey doesn't believe LeBron deserves to play in the NFL. Many people don't think Jeremy Shockey does either.
";
arnews[3] += "RT @";
arnews[3] += "
";
arnews[4]="elbows: 11.20 The Cooler
";
arnews[4] += "11.20 The Cooler -";
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("