$(function(){$("a[rel=button-clicked]").click(function(){var discount_id=$(this).attr("name");var discount_code=$(this).attr("code");$("#discount-code-" + discount_id).html("<strong>"+discount_code+"</strong>");});});
