var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="San Francisco 49ers - San Francisco Chronicle
"; arnews[0] += "Crabtree dropped a pass at Indianapolis and another against Chicago. He also fumbled after making a catch in the Colts game and has seen three passes intended for him turn into interceptions, two of them on tipped balls. \"It bothers me,\" he said of ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:22:00 GMT"; arnews[0] += "
"; arnews[1]="San Francisco 49ers vs Green Bay Packers - Sbrforum.com
"; arnews[1] += "San Francisco is 1-4 SU in its last 5 games San Francisco is 5-1-1 ATS in its last 7 games on the road San Francisco is 5-14 SU in its last 19 games on the road The total has gone UNDER in 5 of San Francisco's last 7 games on the road San Francisco ..."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:29:00 GMT"; arnews[1] += "
"; arnews[2]="Isaac Bruce - Roto Times
"; arnews[2] += "Player Notes November 20, 2009 The Baltimore Sun is reporting that San Francisco 49ers' wide receiver Isaac Bruce is probable for Sunday's game against the Packers. Bruce is dealing with ankle and elbow injuries. Our View: Bruce has fallen down the ..."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT"; arnews[2] += "
"; arnews[3]="Michael Crabtree - Roto Times
"; arnews[3] += "Player Notes November 20, 2009 San Francisco 49ers' wide receiver Michael Crabtree is expected to play Sunday against the Packers, according to the Baltimore Sun. Crabtree has dealt with a knee injury this week. Our View: Crabtree is listed as ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:10:00 GMT"; arnews[3] += "
"; arnews[4]="SportsNation Blog Archives San Francisco 49ers - ESPN.com
"; arnews[4] += "Brad Childress gets Brett Favre and soon ends up with a hefty contract extension . Lovie Smith gets Jay Cutler and finds people wondering if he'll soon be unemployed. Some guys get all the luck . Nevertheless, the Bears enter Sunday's showdown ..."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 19:23:00 GMT"; 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("
");