$(document).ready(function(){
	$('#tabs').tabs();
	$('acronym').tooltip({
		showURL: true
	});

});
