$(document).ready(function() 

    /*{ 
        $("table#sort_this").tablesorter(); 
    } */
    {
    $('#slidingList').innerfade({ speed: 900, timeout: 4000, type: 'sequence', containerheight: '127px' }); 
   $("#sort_this").tablesorter({ 
        sortList: [[0,0], [0,0]],
        headers: { 
        	   2: { sorter:'digit' } , 
                   3: { sorter:'digit' } ,
                   4: { sorter:'digit' }
                 }
    }); 
    $("a.single_image").fancybox({ 
    'overlayShow': false
    }); 
/*    jQuery.fn.fadeIn = function(speed, callback) { 
     return this.animate({
          opacity: 'show' }, speed, function() { 
               if (jQuery.browser.msie) 
                    this.style.removeAttribute('filter'); 
               if (typeof callback == 'function') 
                    callback();
     }); 
};

jQuery.fn.fadeOut = function(speed, callback) { 
     return this.animate({
           opacity: 'hide' }, speed, function() { 
               if (jQuery.browser.msie) 
                    this.style.removeAttribute('filter'); 
               if (typeof callback == 'function') callback();
     }); 
};*/ 
    }
   
); 

