$(document).ready(function(){
  $("div.item").mouseenter(function(){
  tdid = $(this).attr('id');

  var options = {};
   $("td#cd"+tdid).effect('highlight',options,1000)
  })
  
})
