$(document).ready(function(){
	$('.americas-byways').tooltip();
	$('.national_park').tooltip();
});

