var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="STATISTICS
"; arnews[0] += "Sophomore Conner Kempe threw for 180 yards in the fourth quarter alone, but he could not rally Dartmouth in its season finale on Senior Day as Princeton defeated the Big Green on Saturday afternoon at Memorial Field, 23-11. Tiger running back Kenny Gunter rushed for a career-high 173 yards and a pair of touchdowns to lead Princeton in the battle ..."; arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:01:16 GMT"; arnews[0] += "
"; arnews[1]="DartmouthSports.com-Official Web Site of Dartmouth Varsity Athletics
"; arnews[1] += "Sophomore Foley Schmidt converted a 40-yard field goal in the second overtime before Cornell missed a 36-yarder to the left, giving host Dartmouth a 20-17 victory in double overtime on Saturday afternoon at Memorial Field."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:39:06 GMT"; arnews[1] += "
"; arnews[2]="They're family now
"; arnews[2] += "A 3-year-old boy - his name is Dante - sits at a desk in a grown-up's chair, a chair about as tall as he is."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:57:41 GMT"; arnews[2] += "
"; arnews[3]="Foley police seek help in finding two suspects in Walmart parking lot robbery
"; arnews[3] += "The Foley Police Department is asking for the public's help in identifying two suspects in the robbery Thursday of a man in the parking lot of Walmart on Ala."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:50:46 GMT"; arnews[3] += "
"; arnews[4]="Richard E. Rowell
"; arnews[4] += "Richard E. Rowell, 78, died peacefully at home Nov. 11, 2009, following a brief battle with brain cancer."; arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:20:36 GMT"; arnews[4] += "
"; arnews[5]="Bars open on Thanksgiving
"; arnews[5] += "Here's a short list of bars that will be open on Thanksgiving to help you get through that long family dinner! J.J. Foley's If you're not familiar with this place, its one of the very few Boston pubs with a 3am license, effectively making it an \"after-hours\" place for people not quite ready to go home."; arnews[5] += "
Publ.Date : Wed, 11 Nov 2009 08:00: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("
");