$(document).ready(function() {
	$('#rightCol').cycle({ 
	    fx:     'fade', 
	    speed:   500, 
	    timeout: 4000, 
	    next:   '#rightCol', 
	    pause:   0 
	});
});