$(document).ready(function() {	
	//typsy
	$('.tipsyGo a').tipsy({fade: true, gravity: 'w'});
});
