var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Sacramento State wins 31-28 over UC Davis
"; arnews[0] += "With 20 seconds left to play, Sacramento State junior receiver Brandyn Reed caught a 12-yard touchdown pass to beat UC Davis 31-28 Saturday."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 02:16:06 GMT"; arnews[0] += "
"; arnews[1]="Saints Defeat DePauw, 49-39
"; arnews[1] += "With the win the Saints improve to 11-0 for only the second time in school history and will play Johns Hopkins University next Saturday at a site to announced tomorrow afternoon by the NCAA Division III Football Committee."; arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 01:27:02 GMT"; arnews[1] += "
"; arnews[2]="Hornets rally for win in a classic Causeway Classic
"; arnews[2] += "Sacramento State quarterback McLeod Bethel-Thompson came off the bench to spark Sacramento State to a 31-28 victory over UC Davis Saturday in the Causeway Classic at Hornet Stadium."; arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 01:18:30 GMT"; arnews[2] += "
"; arnews[3]="Rugby: Life after ABs is sweet for Evans
"; arnews[3] += "This time last year, Nick Evans struggled with his emotions as he sat at Twickenham watching the All Blacks destroy England."; arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 01:14:31 GMT"; arnews[3] += "
"; arnews[4]="Canadian soldiers push deeper into insurgent territory
"; arnews[4] += "Home : World : Canadian soldiers push deeper into insurgent territory Canadian soldiers push deeper into insurgent territory Date: Saturday Nov."; arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 00:39:56 GMT"; arnews[4] += "
"; arnews[5]="Prospect of Riki Flutey's return holds hope in gloom of November
"; arnews[5] += "November is more often devoted to the funereal rather than the celebratory. The playing surfaces are treacherous and a load of players are crocked even before they start sliding around on international duty."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 22:06: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("
");