$(document).ready(function() {
	$('.updated img').tipsy({gravity: 'n'});
});
