jQuery.noConflict();
jQuery(document).ready(function() {
    jQuery('#testibox').cycle({
      fx:      'scrollDown'
    });
	
});



