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

