
$(document).ready(function()
{
	$('.jq-add-first li:first-child').addClass('first');
	$('[title!=""]').hint();
	
});
