function init() {
  $(window).load(
    function() { $("#custom_discount_link").slideDown(1000) }
  );
}

$(document).ready(init);
