var newJQuery = jQuery.noConflict(), oldJQuery = jQuery; (function ($) { $(document).ready(function() { $( '#id_slideshow_lXNThevBlu' ).show(); $( '#id_slideshow_lXNThevBlu' ).cycle({ fx:'scrollDown', speed:2000, timeout:2000 }); }); }(newJQuery));