News Feed
News Syndication using RSS
RSS is an electronic news format which allows users to receive updates from a website without the need to visit the page at all.
Headline News straight to your Inbox
We hope you have enjoyed your visit to our website and want to be kept informed of our latest news and events. Please click on the RSS icon for the filename to use to import our news feed into your own email client,Online Integration using Javascript
The news feed from our website can easily be displayed in your website. Simply put the following code into your webpage:
<script language="JavaScript" type="text/javascript">
<!--
// These variables are optional
var rssFeedFontColor = '#000000'; // Font color
var rssFeedFontSize = 8; // Font size
var rssFeedFont = 'Arial, Verdana'; // Font
var rssFeedLimit = 10; // Number of news items to be displayed
var rssFeedShowDate = true; // Show date of the news item
var rssFeedTarget = '_blank'; // _blank | _parent | _self | _top
var rssFeedContainer = 'news_rss_feeds';
// -->
</script>
<script type="text/javascript" language="JavaScript" src="https://www.somersetasa.org:443/sasa/feed/news_en.js"></script>
<noscript>
<a href="https://www.somersetasa.org:443/sasa/feed/news_headlines_en.xml">www.somersetasa.org - Show news</a>
</noscript>
<div id="news_rss_feeds"> </div>