var arnews = new Array(5); totcount = 5; rnd = 0; arnews[0]="Michael Robinson: Bengals WR Chad Ochocinco Backs Raiders QB JaMarcus Russell
"; arnews[0] += "Bengals WR Chad Ochocinco Backs Raiders QB JaMarcus Russell -"; arnews[0] += "
"; arnews[1]="RT @WatchJ If interceptions were plates of food Jake Delhomme & JaMarcus Russell could feed the entire world #NoKidHungry
"; arnews[1] += "RT @WatchJ If interceptions were plates of food Jake Delhomme & JaMarcus Russell could feed the entire world"; arnews[1] += "
"; arnews[2]="Colby Gergen: I better not hear any "Brady Quinn actually isn't terrible" arguments after today. JaMarcus Russell could school Detroit.
"; arnews[2] += "I better not hear any \"Brady Quinn actually isn't terrible\" arguments after today. JaMarcus Russell could school Detroit."; arnews[2] += "
"; arnews[3]="Raiders rally past Bengals 20-17
"; arnews[3] += "Raiders rally past Bengals 20-17 -"; arnews[3] += "
"; arnews[4]="JaMarcus Russell wearing headphones with 33 seconds left? What were you listening to, Bernie Madoff's 32million dollar audiobook?
"; arnews[4] += "JaMarcus Russell wearing headphones with 33 seconds left? What were you listening to, Bernie Madoff's 32million dollar audiobook? -"; 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("
");document.write("
");