$(document).ready(function() {

	    $('#mlsnhdr ul').cycle({
	        fx:     'fade',
	        speed:  'slow',
	        random:	0,
	        timeout: 5000
	    });
	    

});

