// Homepage JS Functions

jQuery(function($) {
    $('.tb_tweetlist').cycle({
		fx:    'scrollDown', 
    	sync:   0, 
    	delay: -2000,
		timeout: 5000, 
		speed: 1000,
    	cleartypeNoBg: true 
	});
	
	

});

