// JavaScript Document
$(function() {
	$('.tip').tipsy({gravity: 'w'});
});


