jQuery(document).ready(function($) {
	$('.links_slideshow').cycle({
		fx: 'scrollUp',
		timeout: 5000,
		speed: 1000,
		random: 1,
		pause: 1
	});
});
