var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Wilson carries Cards' torch at safety
"; arnews[0] += "Larry Wilson and Adrian Wilson are not related and haven't spoken in a year or so."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 18:43:10 GMT"; arnews[0] += "
"; arnews[1]="Bush, Ellis, not making trip to Tampa
"; arnews[1] += "Running back Reggie Bush and defensive tackle Sedrick Ellis are not traveling with the New Orleans Saints for Sunday's game against Tampa Bay."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 18:25:17 GMT"; arnews[1] += "
"; arnews[2]="NFL Week 10 ROY Power Rankings
"; arnews[2] += "Posted by Mike Farley Youa TMve got Jairus Byrd on defense and Percy Harvin on offense leading the charge here, with a few others who might be considered supporting cast at this point."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 18:24:55 GMT"; arnews[2] += "
"; arnews[3]="Z 107-7 Thanksgiving Eve Bash
"; arnews[3] += "Z is helping to host the biggest party on the biggest night of the year Thanksgiving Eve! Live from Big Daddy's on The Landing, Helen Fitzgerald's and Pink Galleon in Creve Coeur."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 18:04:45 GMT"; arnews[3] += "
"; arnews[4]="Kurt Warner loves life in the desert
"; arnews[4] += "Coming back to St. Louis is no longer such a big deal for Arizona quarterback Kurt Warner."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 18:02:09 GMT"; arnews[4] += "
"; arnews[5]="Bucs eye opportunity against Saints
"; arnews[5] += "A shot at ruining New Orleans' perfect record is not the only reason the struggling Tampa Bay Buccaneers and young Josh Freeman are excited about facing the unbeaten Saints."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 17:46:35 GMT"; arnews[5] += "
"; totcount = 6; 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("
");