$(document).ready(function(){
    $("tr").bind("mouseenter",function() {
	$(this).effect("highlight", {}, 800);
  });
});
