$(document).ready(function() {
    $('.tips').cycle({
		fx: 'scrollDown',
		timeout: 6000
	});
});