$(document).ready(function(){	$('#slideshow1').cycle({		speed:2000	});	$('#movingtips').cycle({		delay:-500,		speed:800	});});