var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Squad faces tough competition in NCAA playoff run
"; arnews[0] += "No Division III school has made as many appearances in the NCAA Division III Women's Soccer Tournament as Ithaca College, yet the women's soccer team has only two NCAA Championship titles to its name."; arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 04:21:21 GMT"; arnews[0] += "
"; arnews[1]="Minor hockey coach eager for Olympic moment
"; arnews[1] += "\" A self-proclaimed \"ordinary citizen\" will kick off the Olympic torch run when it hits Penetanguishene next month."; arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 02:56:23 GMT"; arnews[1] += "
"; arnews[2]="South Brunswick's season ends in overtime
"; arnews[2] += "East Rowan halfback Chris Moore scored on a 9-yard run in overtime, ending the season for South Brunswick in the first round of the N.C. High School Athletic Association Class 3-A football playoffs Friday."; arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 00:52:36 GMT"; arnews[2] += "
"; arnews[3]="Space, CTV and Fox International Channels order Season 2 of the Listener
"; arnews[3] += "Shine International will be distributing. Starring Craig Olejnik as ' Toby Logan ', THE LISTENER follows the adventures of a 25-year-old telepathic paramedic as he moves from crisis to crisis."; arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 20:33:18 GMT"; arnews[3] += "
"; arnews[4]="Kids collecting food for Our Neighbors' Table
"; arnews[4] += "With Thanksgiving fast-approaching, local schools are stepping up to collect food and clothing for the less fortunate."; arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 12:37:17 GMT"; arnews[4] += "
"; arnews[5]="Sports Shorts
"; arnews[5] += "The MIT men's cross country team took sixth place at the NCAA Division III New England Championship, hosted by the University of Southern Maine on Saturday."; arnews[5] += "
Publ.Date : Tue, 17 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("
");