$(document).ready(function(){
    $("#dhlist li div").cursor({over: "pointer", out: "default"});
});