$(document).ready(function(){

	/* Adding a colortip to any tag with a title attribute: */

	$('span.tool a[title]').colorTip({color:'blue'});

});
