$(document).ready(function() {

	$(".tooltipthis").tooltip({
		bodyHandler: function() {
			return $($(this).attr("href")).html();
		},
		showURL: false
	});
	
	//$('#loginbox').jqm({ajax: '/login/', trigger: 'a.lbOn'});
	
	// Add more JQuery configs here
	
	ajax();

});
