	// market slideshow settings
	$(function() {
		$('#marketslides').cycle({ 
			fx:     'fade', 
			speed:  1800, 
			timeout: 3000, 
			random: 1
		});
	    function onBefore() {
	        $('#title').html(this.alt);
	    }
	});

