$(document).ready(function(){
	$('#articleSlideshow').cycle({ 
		fx:     'fade', 
		timeout: 5000	
	 });
});
