$(document).ready( function(){
	$("#feed").PaRSS(
		"http://anglicantaonga.org.nz/rss/feed/news",
		8,
		null,
		false
		);
		
	$("#slider").find('img').each( function(index){
		//alert('test');
		//$(".").css('id', 'caption'+index);
	});
});
$(window).load(function() {
    $('#slider').nivoSlider({
	pauseTime:5000,
	effect:'sliceUpLeft',
	directionNav: false,
	controlNav:false
});
	$('#small_slider').nivoSlider({
	pauseTime:5000,
	effect:'sliceUpLeft',
	directionNav:false,
	controlNav:false,
	captionOpacity:0
});
});
