$(function() {
	jQuery('#content a[href][title]').qtip({
		 content: {
		 text: false // Use each elements title attribute
	 },
		style: 'cream' // Give it some style
	 }); 
});
