jQuery(document).ready(function(){
	// latest news feed
	jQuery('.latest-news-feed').cycle({
		pause: true,
		timeout: 5000
	});
});
