The Swimming World RSS Feeder example is provided as-is.  
No support is offered for this sample.

If you need to modify the width of the RSS display for your website, 
please edit the "news.xsl" file and modify the "width" parameter in line 5

The news.xsl file must reside in the same directory as the page that 
uses the reader scripts. (ASP or ASPX page).

For ASP.Net, insert the following line of code at the place you want the
RSS Table to appear on your web page.
<asp:xml id="myXml" TransformSource="news.xsl" runat="server" />

For ASP, insert the following line of code
<% getXML("http://www.swimmingworldmagazine.com/common/published/rss/homepage_news.xml") %>