
jQuery(document).ready(function($){
	$("#MARQ").cycle({ 
		fx:      'scrollUp', 
		speed:    500, 
		timeout:  2000 
	});

});

