var arnews = new Array(9); totcount = 9; rnd = 1; document.write("
");
document.write("![]() "); arnews[0]="No. 4 TCU moves to 11-0 for first time in 71 years - The Associated Press "; arnews[0] += "
"; arnews[1]="A look inside MLS Cup '09: Galaxy vs. Real Salt Lake - Los Angeles Times "; arnews[1] += "
"; arnews[2]="Keenum throws 5 TDs in Cougars' 55-14 rout of Memphis - Houston Chronicle "; arnews[2] += "
"; arnews[3]="For Martin, Finishing Second Wouldn't Mean Falling Short - New York Times "; arnews[3] += "
"; arnews[4]="Rain forces LPGA Tour Championship to 54 holes - The Associated Press "; arnews[4] += "
"; arnews[5]="Ingram, Tide roll over Chattanooga 45-0 - The Associated Press "; arnews[5] += "
"; arnews[6]="Florida State secures bowl bid by rallying past Maryland - USA Today "; arnews[6] += "
"; arnews[7]="Carter Soars, Lifting Magic Over the Celtics - New York Times "; arnews[7] += "
"; arnews[8]="Atlanta Hawks (11-2) at New Orleans Hornets (5-8), 8 pm - MiamiHerald.com "; arnews[8] += "
"; totcount = 9; 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(" |