$(function() {
		$('#twitterinput').cycle({ 
	    fx:    'scrollUp', 
	    timeout: 6000,
	    speed:  2000
		});

	});

