var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Picking up where we left off
"; arnews[0] += "Picked-up pieces while wondering whether Bill Belichick plans to name himself Patriots special teams coach and strength and conditioning coordinator before the start of two-a-days. Across the nation, the 2010 Super Bowl goes down as the story of the rise of the Saints and the rebuilding of the city of New Orleans."; arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 08:41:41 GMT"; arnews[0] += "
"; arnews[1]="Senate hopefuls dug into own pockets
"; arnews[1] += "All the losing candidates in December's special US Senate primary election dipped into personal funds to help finance their unsuccessful campaigns, and Democrat Alan Khazei ended the race owing his staff and vendors about $245,000, new reports filed with the Federal Election Commission show."; arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 08:33:18 GMT"; arnews[1] += "
"; arnews[2]="Crawford leads Hawks to 108-94 win over Grizzlies
"; arnews[2] += "Atlanta Hawks guard Jamal Crawford, top, is fouled as he looks to shoot over Memphis Grizzlies defenders Darrell Arthur and Sam Young during the first half of an NBA basketball game in Memphis, Tenn., Tuesday, Feb."; arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 07:43:13 GMT"; arnews[2] += "
"; arnews[3]="Jazz beat Clips 109-99 for 9th straight win
"; arnews[3] += "Los Angeles Clippers center Chris Kaman goes up for a basket in the first half of their NBA basketball game in Los Angeles, Tuesday, Feb."; arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 07:41:25 GMT"; arnews[3] += "
"; arnews[4]="Allen a hot topic
"; arnews[4] += "The expiring contract of Ray Allen makes him enticing as the NBA trade deadline approaches."; arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 07:24:21 GMT"; arnews[4] += "
"; arnews[5]="Magic burst in 3rd sinks Celtics
"; arnews[5] += "The Orlando Magic needed less than 48 hours to go from a terrible third quarter to a terrific one."; arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 06:49:02 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("
");