RSS Feeds from College Hockey News
RSS (Really Simple Syndication) is a type of Web "feed" that allows Site Publishers to syndicate their content. For the user, this means they can use an "RSS Reader" to see Headlines from their favorite sites without going to the site. To get RSS feeds, you'll need an RSS reader, which allows you to automatically pull in fresh content from multiple RSS feeds across the Web into a single application. Some of these are standalone products. Other are web based, such as through My Yahoo! and Google News Reader. (A more robust explanation)
Get CHN Widgets
"Widgets" are tiny pieces of code you can add to your site. Just copy and paste the code to get site-wide headlines, or data for the team of your choice. Change the variables to customize the code.
Latest CHN News

<script>var ww=250; var chnshow=8; var chnteam=0;</script>
<script type="text/javascript" src="http://www.collegehockeynews.com/external/widgets/latestnews.js"></script>
<div id="chnWidget"></div>
Team Widgets

After pasting the code below to your site, you can change the team by changing the number '9' below to the code of the team you want. Team codes can be found in the list of RSS feeds on the left.
<script>var ww=250; var chnshow=8; var chnteam=9;</script>
<script type="text/javascript" src="http://www.collegehockeynews.com/external/widgets/latestnews.js"></script>
<div id="chnWidget"></div>