var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="meg mcneal: http://budurl.com/3v Cowboys Emmitt Smith Throwback w75th Patch Jersey 50: US $34.25 (3 Bid.. http://bit.ly/4xWnuD
";
arnews[0] += "";
arnews[0] += "
";
arnews[1]="Shango44: Tusker2Zero commented on the blog post Vote For Emmitt Smith!!!!
";
arnews[1] += "Tusker2Zero commented on the blog post Vote For Emmitt Smith!!!! -";
arnews[1] += "
";
arnews[2]="Tusker2Zero commented on the blog post Vote For Emmitt Smith!!!!
";
arnews[2] += "Tusker2Zero commented on the blog post Vote For Emmitt Smith!!!! -";
arnews[2] += "
";
arnews[3]="Shoe York: Just interviewed Emmitt Smith @Reebok #Pump20 party! http://pic.gd/c98b4a @emmitsmith22
";
arnews[3] += "Just interviewed Emmitt Smith @";
arnews[3] += "
";
arnews[4]="Shoe York: Coming soon to Sneaker Files: @stevekluback interviews Emmitt Smith @Reebok #Pump20 party! http://pic.gd/c98b4a @emmittsmith22
";
arnews[4] += "Coming soon to Sneaker Files: @";
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("