
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>News &amp; Press</title>
<link>https://coatings.org.uk/news/default.asp</link>
<description><![CDATA[  
    .calloutbox a[href="https://coatings.org.uk/news/"] {
  display: none;
}
 
 Read about recent events, essential information and the latest community news.  

 
 
$(function(){
	var remStart, remEnd;

	if (location.search.indexOf('id=16753') !== -1) {
		// on member category page - supress all
		remStart = 0;
		remEnd = 9999;
	} else if (location.search.indexOf('id=') !== -1) {
		// on some other category page - nothing to do
	} else {
		// on main news page - find member category
		$('.ViewTable1 tr').each(function(i){
			if (this.innerHTML.indexOf(' Member Communications ') !== -1) remStart = i;
			else if (this.innerHTML.indexOf(' View more in "Member Communications" » ') !== -1) remEnd = i;
		});
	}

	if (typeof remStart === 'number' && typeof remEnd === 'number') {
		$(document.head).append(' .ViewTable1 tr:nth-child(n + ' + (remStart + 1) + '):nth-child(-n + ' + (remEnd + 1) + ') {display: none;} ');
	}
});
 
 ]]></description>
<lastBuildDate>Thu, 4 Jun 2026 06:27:07 GMT</lastBuildDate>
<copyright>Copyright &#xA9; 2026 British Coatings Federation Ltd</copyright>
<atom:link href="https://coatings.org.uk/news/news_rss.asp?cat=17574" rel="self" type="application/rss+xml"></atom:link>
</channel>
</rss>
