/* 
file:	functionsForests.js
author:	Sean Jones @ cssmonkey.co.uk
date created:	05.10.2009
*/
$(document).ready(function(){ 
						   if ($(".newsFeeds ul").length){
							   $(".newsFeeds li:lt(8)").css("display","block");
							   
						   }
						   });