$(function() {
	$('a.button').each(function() {
		$(this).html('<span>' + $(this).html() + '</span>');
	});
});
