var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Student's drug conviction tossed
"; arnews[0] += "The state Superior Court has thrown out the conviction of a Penn State student on a drug paraphernalia charge, saying a State College police officer had illegally entered the student's apartment when he found a marijuana pipe."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:05:20 GMT"; arnews[0] += "
"; arnews[1]="Today's MSU game: scouting report and prediction
"; arnews[1] += "Matchup: Michigan State 6-5, 4-3 Big Ten; No. 13 Penn State 9-2, 5-2. Kickoff: 3:30 p.m., Spartan Stadium, East Lansing."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 13:19:45 GMT"; arnews[1] += "
"; arnews[2]="Today's guide to the U-M and MSU games
"; arnews[2] += "Matchup: Michigan 5-6, 1-6 Big Ten; No. 9 Ohio State 9-2, 6-1. Forecast: 50, with a 20% chance of rain."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 13:19:06 GMT"; arnews[2] += "
"; arnews[3]="Improved Defense to Get Tested by Saints
"; arnews[3] += "Published: Saturday, November 21, 2009 at 12:36 a.m. Last Modified: Saturday, November 21, 2009 at 12:36 a.m. TAMPA The bottom line says 1-8, but the Bucs have been a more competitive team over the past four games."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 13:17:22 GMT"; arnews[3] += "
"; arnews[4]="He's ready for final test
"; arnews[4] += "Harvard's Jon Takamura emerged as a leader in his senior season. His final practice in full pads at Harvard ended abruptly, and fittingly, with Jon Takamura intercepting a pass and taking it to the house, triggering a thunderous, helmet-lifting cheer from his teammates on the sideline."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 11:50:05 GMT"; arnews[4] += "
"; arnews[5]="Party guy takes Manhattan
"; arnews[5] += "Jeffrey Jah has always known where the party's at. The self-described nightlife guru left Toronto at age 16 to make his name in Manhattan."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 11:28:09 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("
");