var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Packers offensive line in flux
"; arnews[0] += "The decision was made during the offseason by Green Bay Packers coach Mike McCarthy, who'd grown tired of watching what he called \"musical chairs\" being played on his offensive line for the previous three seasons."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:54:22 GMT"; arnews[0] += "
"; arnews[1]="Colledge playing on shaky ground
"; arnews[1] += "Guard Daryn Colledge of the Green Bay Packers has been put on notice that his starting job would be in jeopardy if he doesn't pick up his play starting Sunday against the San Francisco 49ers at Lambeau Field."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:32:21 GMT"; arnews[1] += "
"; arnews[2]="Wells questionable with concussion symptoms
"; arnews[2] += "Just when the Green Bay Packers offensive line seems healthy again - seriously, for real this time - one of its two top performers finds his status up in the air."; arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:00:31 GMT"; arnews[2] += "
"; arnews[3]="Wells a steady presence, but may be hurt
"; arnews[3] += "Just when the Green Bay Packers offensive line seems healthy again - seriously, for real this time - one of its two top performers finds his status up in the air."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 11:06:02 GMT"; arnews[3] += "
"; arnews[4]="Saturday's JFK 'could be a spectacular race'
"; arnews[4] += "The two most prestigious ultramarathons in the United States are the JFK 50 Mile and the Western States 100-Mile Endurance Run."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 09:58:06 GMT"; arnews[4] += "
"; arnews[5]="Thomas R. Burke
"; arnews[5] += "GOSHEN - Thomas Richard \"Buddy\" Burke, 72, of 1184 Miller Burke Memorial Highway, Goshen, went to be with his heavenly father Tuesday, Nov."; arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 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("
");