September 10, 2005 - Stonehill Football defeated the Pace Setters 17-13 in inaugural game at W.B. Mason Stadium.  A sellout crowd of 2,400 watched sophomore quarterback Greg Borsari throw for 146 yards and two touchdowns in the Skyhawks' victory.





2008 Stonehill College Women's Cross Country 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: