$(function() {
   $("table#sorttable").tablesorter({
    headers: { 
            0: { sorter: false }, 
            4: { sorter: false },
        }
    });
   
   
   $("table#sorttable2").tablesorter();
   
   
   $("a.car_box").fancybox({
      'autoDimensions' : false,
      'width' : 650,
      'height' : 750,
      'scrolling' : true,
      'autoScale' : false,
   });
   $("a.img_box").fancybox();
});
