var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="NFL players hooked on fantasy football - Post-Tribune
"; arnews[0] += "Fantasy and reality collided at the 1-yard line for Maurice Jones-Drew. The Jacksonville Jaguars running back passed up a sure touchdown and took a knee before the goal line, helping seal a win against the New York Jets last Sunday. It also made ..."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:04:00 GMT"; arnews[0] += "
"; arnews[1]="Tom Brady - People
"; arnews[1] += "Tom Brady and Gisele Bündchen didn't waste any time making their way to the altar after becoming engaged last January. \"We planned [the wedding] in like 10 days, and it was perfect,\" Brady tells GQ in its December issue, on newsstands Nov. 24. Their ..."; arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 11:12:00 GMT"; arnews[1] += "
"; arnews[2]="Being Tom Brady - Boston Herald
"; arnews[2] += "Not in Minnesota, if he can help it, but in a huddle in Foxboro with all eyes trained on him, everyone awaiting his call, a 40-year-old man still ready to lead in the most demanding team sport on earth"; arnews[2] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT"; arnews[2] += "
"; arnews[3]="TheSpec.com - Sports - Chance for Patriot redemption - Hamilton Spectator
"; arnews[3] += "There's never really a good time for the New York Jets to face the Patriots. Since Bill Belichick became New England's coach in 2000, the Jets are 7-13 against their rivals from Foxborough. Many of the games have been contentious -- remember Spygate ..."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 09:35:00 GMT"; arnews[3] += "
"; arnews[4]="Tom Brady Opens Up About Gisele Nuptials - Celebrity Justice
"; arnews[4] += "Tom Brady is finally opening up about his Feb. 26 wedding to Gisele Bündchen . \"We planned [the wedding] in like 10 days, and it was perfect,\" Brady tells the December issue of GQ (out Nov. 24). The two said \"I do\" in an intimate ceremony at Santa ..."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 09:02: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("
");