var arnews = new Array(9); totcount = 9; rnd = 0; document.title=document.title+ " "; arnews[0]="Friday's college women's hockey roundup
"; arnews[0] += "Blake Bolden scored in the third round of the shootout to give Boston College a women's hockey victory over Vermont on Friday night after teams skated to a 3-3 tie at Gutterson Fieldhouse."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 04:41:00 GMT"; arnews[0] += "
"; arnews[1]="Pennington wins; will go for 7th title
"; arnews[1] += "The afternoon had been earmarked as an occasion to appreciate the contributions of the elder members of the girls soccer team at The Pennington School."; arnews[1] += "
Publ.Date : Thu, 05 Nov 2009 08:00:00 GMT"; arnews[1] += "
"; arnews[2]="Women's Soccer place four players on AUS All Star teams
"; arnews[2] += "Atlantic University Sport is pleased to announce the 2009 women's soccer all-star teams as selected by the conference's head coaches following regular season play."; arnews[2] += "
Publ.Date : Thu, 05 Nov 2009 19:53:30 GMT"; arnews[2] += "
"; arnews[3]="Five Capersa players earn AUS soccer all-star selections
"; arnews[3] += "The top-seeded Cape Breton Capers had a total of five players named to the Atlantic university conference men's soccer all-star teams on Wednesday."; arnews[3] += "
Publ.Date : Thu, 05 Nov 2009 14:10:00 GMT"; arnews[3] += "
"; arnews[4]="Chauvet & Neauport and Natural Wines
"; arnews[4] += "Eleven PM, Ten Bells, wondering where vigneron Thierry Puzelat was, oh, probably out there in Brooklyn getting a black eye or something, while I was drinking K, the gorgeous Marsanne from Dard et Ribo."; arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 19:45:08 GMT"; arnews[4] += "
"; arnews[5]="All girls in town for leadership forum
"; arnews[5] += "It felt as if \"All the Girls in Town\" were present at the Women Leaders Forum annual leadership conference held at Miramonte Resort & Spa in Indian Wells."; arnews[5] += "
Publ.Date : Sun, 01 Nov 2009 07:00:00 GMT"; arnews[5] += "
"; arnews[6]="'Fish Tank' leads Brit indie film award noms
"; arnews[6] += "Andrea Arnold's \"Fish Tank\" leads the pool of nominations announced Monday for this year's British Independent Film Awards with eight spanning all major categories."; arnews[6] += "
Publ.Date : Mon, 26 Oct 2009 13:01:00 GMT"; arnews[6] += "
"; arnews[7]="'Fish Tank' leads Brit indie film award noms
"; arnews[7] += "Andrea Arnold's \"Fish Tank\" leads the pool of nominations announced Monday for this year's British Independent Film Awards with eight spanning all major categories."; arnews[7] += "
Publ.Date : Mon, 26 Oct 2009 13:01:00 GMT"; arnews[7] += "
"; arnews[8]="Post a Comment
"; arnews[8] += "The confidence surrounding the Pinckney cross country teams is about as contagious as the flu bug which has taken its toll on other squads this fall."; arnews[8] += "
Publ.Date : Fri, 23 Oct 2009 10:33:58 GMT"; 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("
");document.write("
");