Our 28 varsity teams compete in the New England Small College Athletic Conference (NESCAC) playing against Amherst, Bates, Bowdoin, Colby, Hamilton, Middlebury, Trinity, Tufts, Wesleyan and Williams. Connecticut College is also in the National Collegiate Athletic Association (NCAA) and the Eastern College Athletic Conference (ECAC).
"; } if($var1 != "") { include'scoreboard_body.html'; } echo"
"; } $publishedStories = mssql_query("SELECT main.id as mainID, rss.id as storyID, news.story, rss.athletic_title2 as title, rss.pubDate, CAST(rss.description AS text) AS description, rss.imageThumb, rss.imageThumbAlt, rss.archived FROM cc_athl_main AS main LEFT OUTER JOIN cc_athl_news AS news ON main.id = news.home INNER JOIN cc_news_rss AS rss ON news.story = rss.id WHERE (main.currentPublish = 1)"); /*top 3 stories*/ while($dataPublished = mssql_fetch_object($publishedStories)) { if(date('y',strtotime($dataPublished->pubDate)) == date('y',time())) { $newDate = date('n/j',strtotime($dataPublished->pubDate)); }else{ $newDate = date('n/j/y',strtotime($dataPublished->pubDate)); } echo"
";
if($dataPublished->archived == 1)
{
echo"storyID.cfm?var1=athletics\">";
}else{
echo"storyID.cfm?var1=athletics\">";
}
if(strLen($dataPublished ->imageThumb) > 1)
{
echo"imageThumb\" alt=\"$dataPublished->imageThumbAlt\"/>";
}
echo"$newDate $dataPublished->title
";
if(strLen($dataPublished->description) > 1)
{
echo"$dataPublished->description »";
}
echo"
";
if($data->archived == 1)
{
echo"id.cfm?var1=athletics\">";
}else{
echo"id.cfm?var1=athletics\">";
}
if(strLen($data ->imageThumb) > 1)
{
echo"imageThumb\" alt=\"$data->imageThumbAlt\"/>";
}
echo"$newDate $data->title
";
if(strLen($data->description) > 1)
{
echo"$data->description »";
}
echo"


