jQuery(document).ready(function($) {
	$('a[title]').tipsy({gravity: 's'});
});

