$(function() {
	$(".promo-box").each(function() {
		$("span",$(this)).last().appendTo($("a",$(this)).first());
	});
});