$(function() {
// BOF
	
	
// TWITTER CYCLERS 
	
	$('#footerTweetContent ul').cycle({ 

    speed:   800, 
    timeout: 8000, 
    pause:   1 
	});


// EOF  
});
