jQuery.noConflict();
jQuery(document).ready(function() {
    jQuery('body').addClass('js');
    jQuery('#slideshow').cycle({
        timeout: 5000,
        speed: 1000,
        pause: true
    });
});

