
$(document).ready(function(){$('.day').hoverIntent(function(){$(this).css({cursor:'pointer'});$('#list-'+$(this).attr('id')).stop(true,true).fadeIn("fast");},function(){$(this).css({cursor:'default'});$('#list-'+$(this).attr('id')).stop(true,true).fadeOut("fast");});});

