March 31, 1990 - Freshman Robin Guilfoy's :12.9 first-place finish in the 100-meter dash qualified her for the New England Track Championship.  Guilfoy, who nosed out teammate Kellie Walsh (:13.2) to win at the Bridgewater State College Invitational, set a school record with her performance.  Guilfoy was the College's first New England representative in four years.





2008-09 Stonehill College Equestrian Roster

Player Cl. Ht. Hometown/High School
There was a problem with a Velocity script
Page/sports/roster-wevents-template
ErrorInvocation of method 'sortedBy' in class com.prestosports.content.HeadlinesSorter threw exception java.lang.UnsupportedOperationException: ComparatorChains must contain at least one Comparator @ roster-wevents-template[15,34]
Page source:
1: <center>
2: #if ($page.thumbnailURL)<img src="$page.thumbnailURL">#end
3: <br>
4: <br>
5: <b>$page.title</center></b>
6: <br>
7: <table>
8: <table class="roster">
9:   <tr class="roster-header">
10:     <td>Player</td>
11:     <td>Cl.</td>
12:     <td>Ht.</td>
13:     <td>Hometown/High School</td>
14:   </tr>
15: #foreach ($bioinfo in $headlines.sortedBy("last_name"))
16:   #set ($row = ($velocityCount + 2) % 2)
17:   #set ($bio = $bioinfo.getDataAsObject().getAttributes())
18:   <tr class="roster-row$row">
19:     <td><a href="$bioinfo.url">$!bio.get("full_name")</a></td>
20:     <td>$!bio.get("year")</td>
21:     <td>$!bio.get("height")</td>
22:     <td>$!bio.get("hometown")/$!bio.get("highschool")</td>
23:   </tr>
24: #end
25: </table>
26: 
27: $wiki
28: 
29: #set ($footer = "${page.url}-footer")
30: 
31: $website.include($footer)
32: