 var $j = jQuery.noConflict();
  $j(function()
    {
         $j('#pane2').jScrollPane({showArrows:true});
    });
