$(document).ready(function(){

	$("a[title]").tooltip("#demotip");
	
});