$(document).ready(function() { 
         
    // enable tooltip for "download" element. use the "slide" effect 
    $("#newcastle-location").tooltip({ offset: [90, -150]});
    $("#aberdeen-location").tooltip({ offset: [90, -150]});  
    $("#blackpool-location").tooltip({ offset: [90, -150]});  
    $("#liverpool-location").tooltip({ offset: [90, -150]});  
    $("#bolton-location").tooltip({ offset: [90, -150]}); 
	$("#wigan-location").tooltip({ offset: [90, -150]});  
    $("#manchester-location").tooltip({ offset: [90, -150]});  
    $("#nottingham-location").tooltip({ offset: [90, -150]});  
	$("#birmingham-location").tooltip({ offset: [90, -150]});  
    $("#coventry-location").tooltip({ offset: [90, -150]});  
    $("#london-location").tooltip({ offset: [90, -150]});  
	$("#brighton-location").tooltip({ offset: [90, -150]});  
    $("#bournemouth-location").tooltip({ offset: [90, -150]});  
});