$(function() {
    $('.tooltip').tipsy({gravity: 'n'});
    $('.imageReferences').tipsy({gravity: 'n'});
});