jQuery.noConflict();
jQuery(document).ready(function(){ 
    jQuery("#slideshow").cycle({fx: 'fade', timeout: 15000,speed: 2500}); 
});

