// JavaScript Document
$(document).ready(function() { 
    $("#adatlap a[title]").tooltip('#tip'); 
	
});




