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

