$( function() {
$("#socialBand .message").hide();
$("#socialBand .message:first").show();

$("#socialBand .items").animate({opacity: '1.0'}, 5000).cycle({ 
	fx:     'none', 
	timeout: 9000 
 });
 
});
