jQuery.noConflict();
          (function($)
          {
                $().ready(function()
                {
                    $("#contentScroller").cycle({ 
                        fx      : "scrollUp", 
                        timeout : 10000, 
                        speed   : 5000 
                    });
                });
          })(jQuery);
