$(document).ready(function(){
	
	$("span.privacy a[title]").tooltip();

	
});

