$(document).ready(function() { 
         
    // enable tooltip for "download" element. use the "slide" effect 
    $("#cork-cup-location").tooltip({ offset: [40, 50]});  
    $("#welsh-tournaments-location").tooltip({ offset: [40, 50]});  
    $("#devon-cup-location").tooltip({ offset: [40, 50]});  
    $("#east-coast-football-location").tooltip({ offset: [40, 50]});  
    $("#spanish-tournaments-location").tooltip({ offset: [40, 50]});  
    $("#scottish-location").tooltip({ offset: [40, 50]});  
});