$(document).ready(function() {
    $('a.download_link').tipsy({gravity: 'w'});
    $('#preview li a').tipsy({gravity: 'n'});
    
});