$(document).ready(function() {
	$('p.buy a').each(function() {
		$(this).html('<span>'+$(this).html()+'</span>');
	});
});
