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